Skip to content

Commit

Permalink
CI: add further debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Jan 27, 2024
1 parent ccc7233 commit 0cadff3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
run: |
# print all files and directories
echo "ls -a"
ls -a
echo "ls -a $GITHUB_WORKSPACE"
ls -a $GITHUB_WORKSPACE
# print user info
echo $USER $USERNAME $(id) $(whoami)
Expand Down

0 comments on commit 0cadff3

Please sign in to comment.