Skip to content

Commit

Permalink
Merge pull request #256 from macbre/prefixes-narrow-git-add
Browse files Browse the repository at this point in the history
updated-prefixes | git add rules/prefixes.json
  • Loading branch information
macbre authored Mar 1, 2021
2 parents 02f728b + 114b9dd commit 9654e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-prefixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
export PR_BRANCH="prefixes-update"
git checkout -b ${PR_BRANCH}
git add .
git add rules/prefixes.json
git commit -m 'Updating rules/prefixes.json' && git push origin ${PR_BRANCH} --force
# https://github.com/marketplace/actions/github-pull-request-action#advanced-options
Expand Down

0 comments on commit 9654e27

Please sign in to comment.