Skip to content

Commit 18c3f90

Browse files
authored
Fix parameters in check-releases.yml
1 parent a59c40d commit 18c3f90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
env:
3636
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
GITHUB_REPOSITORY: ${{ github.repository }}
38-
MAX_PARALLELISM: ${{ inputs.max_parallelism || '10' }}
39-
DRY_RUN: ${{ inputs.dry_run && 'true' || 'false' }}
38+
MAX_PARALLELISM: ${{ inputs.max-parallelism || '10' }}
39+
DRY_RUN: ${{ inputs.dry-run && 'true' || 'false' }}
4040
FORCE_REBUILD: ${{ inputs.force-rebuild && 'true' || 'false' }}
4141
steps:
4242
- name: Checkout repo

0 commit comments

Comments
 (0)