Skip to content

Commit

Permalink
ci: Sort the output of env.
Browse files Browse the repository at this point in the history
  - We run `env` to faciliate debugging.  Make debugging even easier
    by sorting the output of `env`.
  • Loading branch information
nwalfield committed Sep 14, 2023
1 parent 8d2106a commit 78d3545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/authenticate-commits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fi

# Print the environment (for debugging purposes).
echo "::group::env"
env
env | sort
echo "::endgroup::"


Expand Down

0 comments on commit 78d3545

Please sign in to comment.