We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c926e07 commit 74024b3Copy full SHA for 74024b3
action.yml
@@ -35,11 +35,11 @@ inputs:
35
commit_username:
36
description: "The user name used for the commit user"
37
required: false
38
- default: "$GITHUB_ACTOR"
+ default: ${{ github.actor }}
39
commit_email:
40
description: "The email used for the commit user"
41
42
- default: "$GITHUB_ACTOR@users.noreply.github.com"
+ default: ${{ github.actor }}@users.noreply.github.com
43
runs:
44
using: 'docker'
45
image: 'Dockerfile'
0 commit comments