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 c1cf902 commit 4601813Copy full SHA for 4601813
src/main.ts
@@ -9,9 +9,9 @@ async function run() {
9
const skipOnCommitMsg = core.getInput(INPUT)
10
console.log(`skip CI on commit message ${skipOnCommitMsg}`)
11
12
- core.startGroup('Expand to see the github context')
13
- console.log( 6104 span>JSON.stringify(git.context))
14
- core.endGroup()
+ // core.startGroup('Expand to see the github context')
+ // console.log(JSON.stringify(git.context))
+ // core.endGroup()
15
16
const commitMessage = git.context.payload.head_commit.message
17
if (commitMessage.includes(skipOnCommitMsg)) {
0 commit comments