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 20c8331 commit 34091c5Copy full SHA for 34091c5
.github/workflows/checkForCodeUpdates.yml
@@ -18,4 +18,4 @@ jobs:
18
with:
19
script: |
20
const path = require( 'path' );
21
- await require( path.resolve( './.github/checkForHttpStatusCodesUpdate.js' ) )( { github, core, context, dryRun: true } );
+ await require( path.resolve( './.github/checkForHttpStatusCodesUpdate.js' ) )( { github, core, context, dryRun: false } );
0 commit comments