Skip to content

Commit

Permalink
CI: add further debug output
Browse files Browse the repository at this point in the history
.git appears to disappear at some point
  • Loading branch information
theofficialgman committed Jan 27, 2024
1 parent ccc7233 commit efd4c92
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 @@ -373,6 +373,11 @@ jobs:
echo "ALL_UPDATED_APPS<<EOF" >> $GITHUB_ENV
echo "$ALL_UPDATED_APPS" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
# print all files and directories
echo "ls -aR"
ls -aR
echo "ls -aR $GITHUB_WORKSPACE"
ls -aR $GITHUB_WORKSPACE
- name: Create Commit and Push
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit efd4c92

Please sign in to comment.