Skip to content

Commit

Permalink
Git 'checkout' not 'branch'
Browse files Browse the repository at this point in the history
  • Loading branch information
1Solon committed Sep 30, 2024
1 parent 2f42028 commit f079388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config user.name "github-actions[bot]"
git add .
git commit -m "Update flux"
git branch -b gh-actions/flux-update
git checkout -b gh-actions/flux-update
git push
- name: Create Pull Request
Expand Down

0 comments on commit f079388

Please sign in to comment.