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 cdebdfa commit 384ae01Copy full SHA for 384ae01
.github/workflows/checkForCodeUpdates.yml
@@ -31,4 +31,4 @@ jobs:
31
with:
32
script: |
33
const path = require( 'path' );
34
- await require( path.resolve( './.github/checkQNetworkReplyErrorCodeUpdate.js' ) )( { github, core, context, dryRun: true } );
+ await require( path.resolve( './.github/checkQNetworkReplyErrorCodeUpdate.js' ) )( { github, core, context, dryRun: false } );
0 commit comments