Skip to content

Commit

Permalink
Merge pull request #17 from dnnsoftware/release/9.13.3
Browse files Browse the repository at this point in the history
Sets user email in CI to prevent error
  • Loading branch information
valadas authored May 30, 2024
2 parents 7338ab8 + 87bbe42 commit b879266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/updateVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- run: git config user.name $ACTOR
env:
ACTOR: ${{ github.actor }}
- run: git config user.email "${{ github.actor }}@users.noreply.github.com"
- run: git diff --quiet && git diff --staged --quiet || git commit -m 'Commit new manifest versions'
- run: git push https://$ACTOR:[email protected]/$REPOSITORY.git
env:
Expand Down

0 comments on commit b879266

Please sign in to comment.