Skip to content

Commit

Permalink
chore: added fetch step to fetch inside github actions
Browse files Browse the repository at this point in the history
zenit2001 committed Dec 12, 2023
1 parent c2bab08 commit 02373f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cartridges-commit.yml
Original file line number Diff line number Diff line change
@@ -52,4 +52,6 @@ jobs:
git config --local user.name "GitHub Actions"
git add build_output.txt
git commit -m "chore: committing the built /cartridge folder"
git fetch origin
git merge origin/${{ github.head_ref }}
git push origin HEAD:${{ github.head_ref }}

0 comments on commit 02373f3

Please sign in to comment.