Skip to content

Commit

Permalink
Merge pull request #109 from Matejkob/update-format-action
Browse files Browse the repository at this point in the history
Set origin when pushing
  • Loading branch information
Matejkob authored Jun 29, 2024
2 parents ba140b5 + 446844c commit c4d813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
git checkout -b format-changes
git add -A
git commit -m "Apply swift-format changes"
git push
git push --set-upstream origin format-changes
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c4d813f

Please sign in to comment.