Skip to content

Commit 7f99493

Browse files
committed
ci: add in default param for release job
1 parent 732e5ab commit 7f99493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
uses: mParticle/mparticle-workflows/.github/workflows/android-kit-release.yml@main
1919
secrets: inherit
2020
with:
21-
dryRun: ${{ github.event.inputs.dryRun }}
21+
dryRun: ${{ github.event.inputs.dryRun || 'false' }}

0 commit comments

Comments
 (0)