Skip to content

Commit

Permalink
Fix git push command
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Oct 11, 2024
1 parent fe627a6 commit df505bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-recommendation-object.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
git add ./tools/data/recommendations.json
git commit -m "Update recommendations.json"
git push
git push --set-upstream origin json-object-update
- name: Create PR
env:
Expand Down

0 comments on commit df505bb

Please sign in to comment.