Skip to content

Commit 0ab2794

Browse files
committed
chore: revert default to empty, keep script fallback referencing env vars directly
1 parent 7e412af commit 0ab2794

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,14 @@ inputs:
232232
Git username for the auto-fix commit.
233233
Defaults to the value of ``$GITHUB_ACTOR``.
234234
Only used when ``auto-fix`` is ``true``.
235-
default: '${{ env.GITHUB_ACTOR }}'
235+
default: ''
236236
required: false
237237
auto-fix-git-email:
238238
description: |-
239239
Git email for the auto-fix commit.
240240
Defaults to the value of ``$GITHUB_ACTOR_ID+$GITHUB_ACTOR@users.noreply.github.com``.
241241
Only used when ``auto-fix`` is ``true``.
242-
default: '${{ env.GITHUB_ACTOR_ID }}+${{ env.GITHUB_ACTOR }}@users.noreply.github.com'
242+
default: ''
243243
required: false
244244
jobs:
245245
description: |

0 commit comments

Comments
 (0)