Skip to content

Commit

Permalink
fix(ci): github.actor
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBellyDev committed Jan 5, 2024
1 parent 84f6685 commit 17f9c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: TriPSs/conventional-changelog-action@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
git-user-name: ${{ secrets.GITHUB_ACTOR }}
git-user-email: ${{ secrets.GITHUB_ACTOR }}@users.noreply.github.com
git-user-name: ${{ github.actor }}
git-user-email: ${{ github.actor }}@users.noreply.github.com
tag-prefix: 'v'
input-file: 'CHANGELOG.md'
output-file: 'CHANGELOG.md'
Expand Down

0 comments on commit 17f9c4c

Please sign in to comment.