Skip to content

Commit

Permalink
CI: add git config debug
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Jan 27, 2024
1 parent efd4c92 commit 650e7bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
run: |
# print git config info
echo "git config --list"
git config --list
# print user info
echo $USER $USERNAME $(id) $(whoami)
Expand Down Expand Up @@ -373,6 +376,9 @@ jobs:
echo "ALL_UPDATED_APPS<<EOF" >> $GITHUB_ENV
echo "$ALL_UPDATED_APPS" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
# print git config info
echo "git config --list"
git config --list
# print all files and directories
echo "ls -aR"
ls -aR
Expand Down

0 comments on commit 650e7bd

Please sign in to comment.