Skip to content

Commit

Permalink
ci: Fix git config in publish workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone authored Feb 24, 2024
1 parent 846f53e commit 60e1f48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- run: |
git add ./public/*
if ! git diff --staged --exit-code --quiet; then
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git commit -m 'Updated by qiita-cli'
git push --force
fi

0 comments on commit 60e1f48

Please sign in to comment.