Skip to content

Commit 74024b3

Browse files
Add default values for commit username and password
1 parent c926e07 commit 74024b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ inputs:
3535
commit_username:
3636
description: "The user name used for the commit user"
3737
required: false
38-
default: "$GITHUB_ACTOR"
38+
default: ${{ github.actor }}
3939
commit_email:
4040
description: "The email used for the commit user"
4141
required: false
42-
default: "$GITHUB_ACTOR@users.noreply.github.com"
42+
default: ${{ github.actor }}@users.noreply.github.com
4343
runs:
4444
using: 'docker'
4545
image: 'Dockerfile'

0 commit comments

Comments
 (0)