We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d037c1 commit f654adcCopy full SHA for f654adc
.github/workflows/clean-cache.yml
@@ -3,7 +3,7 @@ name: Clean image cache
3
on:
4
workflow_dispatch:
5
inputs:
6
- dry-run:
+ dryrun:
7
description: Dry Run
8
type: boolean
9
required: false
@@ -27,4 +27,4 @@ jobs:
27
with:
28
package: manylinux-cache
29
delete-untagged: true
30
- dry-run: (github.event_name == 'workflow_dispatch') && fromJSON(github.event.inputs.dry-run)
+ dry-run: (github.event_name == 'workflow_dispatch') && fromJSON(github.event.inputs.dryrun)
0 commit comments