mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53: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
|
||||
default: "false"
|
||||
outputs:
|
||||
wranglerCommandOutputFile:
|
||||
description: "The path to a file containing the output of the Wrangler command if `outputToFile` is set to `true`."
|
||||
commandOutput:
|
||||
description: "The output of the Wrangler command"
|
||||
|
|
Loading…
Reference in a new issue