8000 feat(*): update input definitions · shiftcode/github-action-skip@cbfe869 · GitHub
[go: up one dir, main page]

Skip to content

Commit cbfe869

Browse files
feat(*): update input definitions
1 parent ee0b8fd commit cbfe869

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ inputs:
77
description: 'defines an output variable depending if the commit message contains the skipOnCommitMsg string (output: true) or not (false).'
88
default: ''
99
required: true
10+
githubToken:
11+
description: 'github token necesarry to fetch the commit message with sha of commit triggering this workflow'
12+
default: ''
13+
required: true
1014
outputs:
1115
shouldExecute:
1216
description: 'boolean value. True if the commit message contains the string provided in skipOnCommitMsg input param, false otherwise.'

0 commit comments

Comments
 (0)
0