We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59c40d commit 18c3f90Copy full SHA for 18c3f90
1 file changed
.github/workflows/check-releases.yml
@@ -35,8 +35,8 @@ jobs:
35
env:
36
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
GITHUB_REPOSITORY: ${{ github.repository }}
38
- MAX_PARALLELISM: ${{ inputs.max_parallelism || '10' }}
39
- DRY_RUN: ${{ inputs.dry_run && 'true' || 'false' }}
+ MAX_PARALLELISM: ${{ inputs.max-parallelism || '10' }}
+ DRY_RUN: ${{ inputs.dry-run && 'true' || 'false' }}
40
FORCE_REBUILD: ${{ inputs.force-rebuild && 'true' || 'false' }}
41
steps:
42
- name: Checkout repo
0 commit comments