We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895ba2a commit 0e174f0Copy full SHA for 0e174f0
.github/workflows/auto-update.yml
@@ -56,6 +56,6 @@ jobs:
56
git config user.name "GitHub Action"
57
git config user.email "[email protected]"
58
git checkout -b "$BRANCH_NAME"
59
- git add local/readme.md
+ git add -f local/readme.md # Force add despite .gitignore TODO: change to real json file
60
git commit -m "Update repo with README from issue #$ISSUE_NUMBER" || echo "No changes to commit"
61
git push origin "$BRANCH_NAME" --force # Push to the new branch
0 commit comments