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 7e412af commit 0ab2794Copy full SHA for 0ab2794
1 file changed
action.yml
@@ -232,14 +232,14 @@ inputs:
232
Git username for the auto-fix commit.
233
Defaults to the value of ``$GITHUB_ACTOR``.
234
Only used when ``auto-fix`` is ``true``.
235
- default: '${{ env.GITHUB_ACTOR }}'
+ default: ''
236
required: false
237
auto-fix-git-email:
238
description: |-
239
Git email for the auto-fix commit.
240
Defaults to the value of ``$GITHUB_ACTOR_ID+$GITHUB_ACTOR@users.noreply.github.com``.
241
242
- default: '${{ env.GITHUB_ACTOR_ID }}+${{ env.GITHUB_ACTOR }}@users.noreply.github.com'
243
244
jobs:
245
description: |
0 commit comments