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.
2 parents 041c511 + 5525cfc commit a90e1efCopy full SHA for a90e1ef
action.yml
@@ -16,6 +16,9 @@ inputs:
16
cache:
17
description: Runtime switch to enable/disable caching because GitHub is debugging issues in their caching API
18
default: false
19
+ ignore-existing-binary:
20
+ description: Skip download if the binary already exists at the destination
21
+ default: false
22
23
runs:
24
using: node20
0 commit comments