Closed 1000hz closed 11 months ago
Would solving this issue help with this?
Not quite, though that could still be useful to people. What this issue refers to is there's currently no way to consume output from the action in other workflow steps because we're not setting outputs via the APIs GitHub Actions provides for this.
As requested in #210, it would be useful for this action to provide some outputs to allow users to consume the results of the action run in subsequent workflow steps.
For the MVP, we could start with providing a
command-output
that makes the stdout from executingcommand
available. We could also possibly try to detect if a workers or pages deployment was made and provide adeployment-url
we infer from the output.