Skip to content

Commit

Permalink
ci(rust): print user information in gh container
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Aug 30, 2023
1 parent 63c60b3 commit da42b0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ jobs:
printf "\n"
} | tee -a "${GITHUB_STEP_SUMMARY}"
# get user info for default gh container
{
printf "Container user info:\n"
who
printf "\n"
id
printf "\n"
} | tee -a "${GITHUB_STEP_SUMMARY}"
# Diff HEAD with the previous commit then output to stdout.
GIT_DIFF="$(git diff --name-only HEAD^ HEAD | tee /tmp/changed_files.txt)"
{
Expand Down

0 comments on commit da42b0c

Please sign in to comment.