From 8a97d7cdc20542e3c795b6533a3a9bb9dd3131f1 Mon Sep 17 00:00:00 2001 From: Daniel Kampert Date: Thu, 18 Jul 2024 09:46:29 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00cdd65..6197ae3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,4 +82,4 @@ jobs: git commit -m "Add image from CI/CD action" git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} echo https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} - git push origin ${{ github.base_ref }} + git push origin ${{ steps.extract_branch.outputs.branch }}