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 1fd85b9 commit d3ecd47Copy full SHA for d3ecd47
.github/workflows/checkForCodeUpdates.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/setup-node@v1
29
- run: npm install
30
- uses: actions/github-script@v2
31
- with:
+ with:
32
script: |
33
const path = require( 'path' );
34
await require( path.resolve( './.github/checkQNetworkReplyErrorCodeUpdate.js' ) )( { github, core, context, dryRun: true } );
0 commit comments