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

Declare useful outputs #9

Closed
softprops opened this issue Sep 10, 2019 · 4 comments
Closed

Declare useful outputs #9

softprops opened this issue Sep 10, 2019 · 4 comments

Comments

@softprops
Copy link
Owner

GitHub actions defines a way to declare action outputs

https://help.github.com/en/articles/metadata-syntax-for-github-actions#outputs

This may be useful for the purposes of actions that comes after. Some potential outputs ideas

  • Gh api release JSON
  • List of assets uploaded
  • Checksums
@loicalbertin
Copy link
Contributor

loicalbertin commented Sep 24, 2020

It would be great to also output the release id.

Opened a PR #60 to support this.

@softprops
Copy link
Owner Author

a number of outputs have since been added. closing this for now

@m4heshd
Copy link

m4heshd commented Aug 23, 2021

@softprops How about an array of assets including IDs? That would be really useful. I know we can manually query that with one extra step. But much easier if this action does it for us.

@softprops
Copy link
Owner Author

Can you open a new gh issue specifically for that? I don't want to lose the idea in a closed issue

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

No branches or pull requests

3 participants