Skip to content

Commit d3ecd47

Browse files
committed
Fixes yml syntax error
1 parent 1fd85b9 commit d3ecd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkForCodeUpdates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-node@v1
2929
- run: npm install
3030
- uses: actions/github-script@v2
31-
with:
31+
with:
3232
script: |
3333
const path = require( 'path' );
3434
await require( path.resolve( './.github/checkQNetworkReplyErrorCodeUpdate.js' ) )( { github, core, context, dryRun: true } );

0 commit comments

Comments
 (0)