Skip to content

Commit

Permalink
ci: configure git user
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Oct 5, 2024
1 parent edcc21b commit 43217d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ jobs:
sed -i '/\*.zip/d' .gitignore
cat .gitignore # To verify the change
- name: Configure git user name and email
run: |
git config user.name "blockerabot"
git config user.email [email protected]
- name: Commit blockera.zip file
run: |
git add blockera.zip
Expand Down

0 comments on commit 43217d8

Please sign in to comment.