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 38d42fc commit 3a6dad7Copy full SHA for 3a6dad7
.github/workflows/release-consolegalaxy.yml
@@ -203,7 +203,7 @@ jobs:
203
with:
204
token: ${{ secrets.PAT_ANEXGOHAN }}
205
repository: ${{ github.repository }}
206
- # ref: ${{ github.ref }}
+ ref: refs/heads/main
207
208
# <---------------------------------------------- Download artifacts ---------------------------------------------->
209
- name: Download changelog-full artifact
@@ -250,7 +250,7 @@ jobs:
250
cp folder_changelog/full/CHANGELOGS.md CHANGELOGS.md
251
git add CHANGELOGS.md
252
git commit -m "${{ github.ref_name }} - Auto Bot Updated CHANGELOGS.md"
253
- git push
+ git push origin HEAD:<name-of-remote-branch>
254
255
# git push origin HEAD:refs/heads/main
256
# git pull origin main
0 commit comments