8000
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 ee0b8fd commit cbfe869Copy full SHA for cbfe869
action.yml
@@ -7,6 +7,10 @@ inputs:
7
description: 'defines an output variable depending if the commit message contains the skipOnCommitMsg string (output: true) or not (false).'
8
default: ''
9
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
14
outputs:
15
shouldExecute:
16
description: 'boolean value. True if the commit message contains the string provided in skipOnCommitMsg input param, false otherwise.'
0 commit comments