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 c9c1d09 commit 2ca4fa6Copy full SHA for 2ca4fa6
__tests__/functions/post.test.js
@@ -5,8 +5,7 @@ import * as contextCheck from '../../src/functions/context-check'
5
import * as github from '@actions/github'
6
7
const validBooleanInputs = {
8
- skip_completing: false,
9
-
+ skip_completing: false
10
}
11
const validInputs = {
12
status: 'success'
0 commit comments