Skip to content

Commit 1ef8025

Browse files
committed
Update build.yml
1 parent f4787f5 commit 1ef8025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
git commit -m "Add image from CI/CD action"
8282
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
8383
echo https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
84-
git push origin ${{ steps.extract_branch.outputs.branch }}
84+
git push origin ${{ github.base_ref }}

0 commit comments

Comments
 (0)