We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4787f5 commit 1ef8025Copy full SHA for 1ef8025
.github/workflows/build.yml
@@ -81,4 +81,4 @@ jobs:
81
git commit -m "Add image from CI/CD action"
82
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
83
echo https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
84
- git push origin ${{ steps.extract_branch.outputs.branch }}
+ git push origin ${{ github.base_ref }}
0 commit comments