Skip to content

Commit 234c664

Browse files
Change default dryrun value to false
1 parent 9b16502 commit 234c664

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/monthly-copyright-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
workflow_dispatch:
55
inputs:
66
dryrun:
7-
default: 'true'
7+
default: false
8+
type: boolean
89
description: Dry Run
910
schedule:
1011
- cron: '0 1 1 * *'

.github/workflows/nightly-prs-to-main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
workflow_dispatch:
55
inputs:
66
dryrun:
7-
default: 'true'
7+
default: false
8+
type: boolean
89
description: Dry Run
910
schedule:
1011
- cron: '0 1 * * *'

.github/workflows/nightly-publish-main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
workflow_dispatch:
55
inputs:
66
dryrun:
7-
default: 'true'
7+
default: false
8+
type: boolean
89
description: Dry Run
910
schedule:
1011
- cron: '0 1 * * *'

0 commit comments

Comments
 (0)