mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01:00
swap to commandOutput
This commit is contained in:
parent
976ec4d78c
commit
0558fc8c04
1 changed files with 2 additions and 2 deletions
|
@ -49,5 +49,5 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: "false"
|
default: "false"
|
||||||
outputs:
|
outputs:
|
||||||
wranglerCommandOutputFile:
|
commandOutput:
|
||||||
description: "The path to a file containing the output of the Wrangler command if `outputToFile` is set to `true`."
|
description: "The output of the Wrangler command"
|
||||||
|
|
Loading…
Reference in a new issue