Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi authored and ImgBotApp committed Jun 5, 2023
1 parent 37a08b7 commit c36fe65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -65,8 +65,8 @@ jobs:
if: steps.check.outputs.changed == 'true'
id: commit
run: |
git config --local user.email "action@github.com"
git config --local user.name "github-actions"
git config --local user.email "pouya.saadeghi@gmail.com"
git config --local user.name "Pouya Saadeghi"
git add --all
if [-z "$(git status --porcelain)"]; then
echo "::set-output name=push::false"
Expand Down

0 comments on commit c36fe65

Please sign in to comment.