Skip to content

Commit

Permalink
I need to specify the upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
1Solon committed Sep 30, 2024
1 parent f079388 commit cfd114e
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 @@ -26,7 +26,7 @@ jobs:
git add .
git commit -m "Update flux"
git checkout -b gh-actions/flux-update
git push
git push --set-upstream origin gh-actions/flux-update
- name: Create Pull Request
run: gh pr create -B master -H gh-actions/flux-update --title 'Update Flux' --body 'Updates flux components using Flux CLI'
Expand Down

0 comments on commit cfd114e

Please sign in to comment.