8000 commit with message sample, to let the build fail · shiftcode/github-action-skip@4601813 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4601813

Browse files
commit with message sample, to let the build fail
1 parent c1cf902 commit 4601813

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ async function run() {
99
const skipOnCommitMsg = core.getInput(INPUT)
1010
console.log(`skip CI on commit message ${skipOnCommitMsg}`)
1111

12-
core.startGroup('Expand to see the github context')
13-
console.log(JSON.stringify(git.context))
14-
core.endGroup()
12+
// core.startGroup('Expand to see the github context')
13+
// console.log(JSON.stringify(git.context))
14+
// core.endGroup()
1515

1616
const commitMessage = git.context.payload.head_commit.message
1717
if (commitMessage.includes(skipOnCommitMsg)) {

0 commit comments

Comments
 (0)
0