Skip to content

Commit 0ce4850

Browse files
committed
Update clean-cache.yml
1 parent f654adc commit 0ce4850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clean-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Clean image cache
33
on:
44
workflow_dispatch:
55
inputs:
6-
dryrun:
6+
dry-run:
77
description: Dry Run
88
type: boolean
99
required: false
@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
package: manylinux-cache
2929
delete-untagged: true
30-
dry-run: (github.event_name == 'workflow_dispatch') && fromJSON(github.event.inputs.dryrun)
30+
dry-run: ${{ (github.event_name == 'workflow_dispatch') && fromJSON(github.event.inputs.dry-run) }}

0 commit comments

Comments
 (0)