Skip to content
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

Closed
1000hz opened this issue Nov 22, 2023 · 2 comments · Fixed by #213
Closed

Add outputs to action #211

1000hz opened this issue Nov 22, 2023 · 2 comments · Fixed by #213

Comments

@1000hz
Copy link
Contributor

1000hz commented Nov 22, 2023

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 executing command available. We could also possibly try to detect if a workers or pages deployment was made and provide a deployment-url we infer from the output.

@admah
Copy link

admah commented Dec 13, 2023

Would solving this issue help with this?

@1000hz
Copy link
Contributor Author

1000hz commented Dec 13, 2023

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.

@github-project-automation github-project-automation bot moved this from Backlog to Done in workers-sdk Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants