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 9c1b8e5Copy full SHA for 9c1b8e5
.github/workflows/clean-cache.yml
@@ -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.dry-run) }}
0 commit comments