From cfd114e577e6e965e29f95aaa218ae6f487e9a25 Mon Sep 17 00:00:00 2001 From: Solon Date: Mon, 30 Sep 2024 13:58:40 +0100 Subject: [PATCH] I need to specify the upstream --- .github/workflows/update-flux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flux.yaml b/.github/workflows/update-flux.yaml index 4860eba8..1d664bfb 100644 --- a/.github/workflows/update-flux.yaml +++ b/.github/workflows/update-flux.yaml @@ -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'