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

Fix redirect-to argument #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Lewis-Globacap
Copy link

fixes: #27

Problems

Currently the redirect-to argument only works when the output is multi-lined, is only a single line output is provided an error occurs.

Solution

Implement the suggestion of @skyducks in PR #14 and updates the outputs to use $GITHUB_OUTPUT.
Additionally I added some documentation about redirect-to so that user are aware of its existance.

Testing

  • Tested against a single line output (No longer throws and error)
  • Tested against multi-line output (Still works as expected)

@Lewis-Globacap
Copy link
Author

I saw that #20 was recently merged, does this also fix the issue that this PR was trying to resolve?

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.

Input redirect-to is not working
1 participant