Skip to content

Commit

Permalink
chore: setup git credentials for github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Sep 15, 2023
1 parent cfc2137 commit 7b1e42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Dry run
if: ${{ github.event.inputs.dryrun == 'true' }}
Expand Down

0 comments on commit 7b1e42a

Please sign in to comment.