We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a097d5 commit 61691faCopy full SHA for 61691fa
.github/workflows/buildscript-maintenance.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
token: ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
38
committer: GitHub <[email protected]>
39
- author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com
+ author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
40
add-paths: build.gradle
41
commit-message: '[ci skip] update build script version to ${{ steps.update-buildscript.outputs.new_version }}'
42
branch: gha-buildscript-maintenance
0 commit comments