Skip to content

Commit 0e174f0

Browse files
author
Jeremy Dai
authored
test (#14)
1 parent 895ba2a commit 0e174f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
git config user.name "GitHub Action"
5757
git config user.email "[email protected]"
5858
git checkout -b "$BRANCH_NAME"
59-
git add local/readme.md
59+
git add -f local/readme.md # Force add despite .gitignore TODO: change to real json file
6060
git commit -m "Update repo with README from issue #$ISSUE_NUMBER" || echo "No changes to commit"
6161
git push origin "$BRANCH_NAME" --force # Push to the new branch

0 commit comments

Comments
 (0)