We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e60f6f commit 5869139Copy full SHA for 5869139
.github/workflows/updater.yml
@@ -67,7 +67,6 @@ jobs:
67
run: |
68
git config --global user.name 'github-actions'
69
git config --global user.email 'github-actions@github.com'
70
- git pull --rebase origin main
71
git add README.md
72
git commit -m 'Updated : ${{ env.UPDATE_TIME }}'
73
git push origin main
0 commit comments