Skip to content

Commit

Permalink
workflow needs to pull as well as push
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks committed Feb 1, 2024
1 parent 40d1dfe commit 9f3a2c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
date +'%B %d, %Y %H:%M:%S %Z' > last-update.txt
git config --global user.name 'jspaaks via CI'
git config --global user.email '[email protected]'
git pull
git add last-update.txt
git commit -m "bumped last update date"
git push
Expand Down

0 comments on commit 9f3a2c1

Please sign in to comment.