We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44b911 commit adb57a2Copy full SHA for adb57a2
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PUBLISH_TOKEN }}
24
- name: Create Pull Request
25
uses: peter-evans/create-pull-request@v2
26
- with:
27
- committer: GitHub <noreply@github.com>
28
- author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
+ with:
+ committer: GitHub <noreply@github.com>
+ author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
29
0 commit comments