Skip to content

Commit 34091c5

Browse files
committed
Disables dryRun
1 parent 20c8331 commit 34091c5

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
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
script: |
2020
const path = require( 'path' );
21-
await require( path.resolve( './.github/checkForHttpStatusCodesUpdate.js' ) )( { github, core, context, dryRun: true } );
21+
await require( path.resolve( './.github/checkForHttpStatusCodesUpdate.js' ) )( { github, core, context, dryRun: false } );

0 commit comments

Comments
 (0)