We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf33f10 commit dbbfc6dCopy full SHA for dbbfc6d
1 file changed
.github/workflows/update-contributors.yml
@@ -82,6 +82,7 @@ jobs:
82
run: |
83
git config --local user.email "actions@github.com"
84
git config --local user.name "GitHub Actions"
85
- git add HALL_OF_FAME.md README.md
+ git add README.md
86
+ git add HALL_OF_FAME.md
87
git commit -m "Update contributors and implementations" || echo "No changes to commit"
88
git push
0 commit comments