-
Notifications
You must be signed in to change notification settings - Fork 72
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
include release name and body in the output #23
Conversation
as those parameters are often useful when deploying a release.
It runs on pull requests and uses the code from the branch to run the action. The output has to be checked manually.
as a token is necessary for making calls to GitHub API
and using the same parameter descriptions in `action.yaml`
5396350
to
4ffe891
Compare
@dsaltares I don't know how (or if it's possible at all) to make this workflow run in this PR. You can check the result on the PR I opened for my fork |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, we have some kind of CI!
My pleasure! Any chance you could create a new release? I'm eager to remove a bunch of ugly CURLs from my actions :) |
@dsaltares ? :) |
Hi @dsaltares , would you find some time to create a new release? 🙂 |
include release name and body in the output
as those parameters are useful when deploying applications.
This PR includes a few other minor improvements, namely:
token
as required