Skip to content

Commit

Permalink
ci: fix push command
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Oct 5, 2024
1 parent 43217d8 commit abe8d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
git add blockera.zip
git add .gitignore
git commit -m "build: blockera.zip"
git push --set-upstream origin ${{ github.head_ref }}
git push
- name: Find existing bot comment
id: find_comment
Expand Down

0 comments on commit abe8d4b

Please sign in to comment.