diff --git a/.github/workflows/update-flux.yaml b/.github/workflows/update-flux.yaml index 12dcb2f1..4860eba8 100644 --- a/.github/workflows/update-flux.yaml +++ b/.github/workflows/update-flux.yaml @@ -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