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 ability to pass output to another step #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BrunnerLivio
Copy link

Awesome work!
I have added the possibility to access the output variables in an additional step.
You can now use this Action to comment on a PR:

screenshot-output-comment.

See my fork for working example.

Fixes #16

@BrunnerLivio
Copy link
Author

Strangely it is failing - even though it works on my fork. May it is because of ${{ secrets.GITHUB_TOKEN }} (the error message is 403 - Resource not accessible by integration // See: https://developer.github.com/v3/issues/comments/#create-a-comment (Octokit::Forbidden)). I think it is using my Github token. May this will get resolved once it is on master?

@BrunnerLivio
Copy link
Author

@jakejarvis do you have time to review this?

Copy link

@staabm staabm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love it. Thank you sooo much

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 this pull request may close these issues.

Passing output to another step
2 participants