-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add outputs to action #211
Comments
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: