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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for setting multiline outputs #72

Merged
merged 2 commits into from Nov 3, 2022
Merged

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 3, 2022

馃摑 Brief description

Fix for setting multiline outputs
Bump version to v0.9.1

馃捇 Commits

  • f9e6b9a - Krzysztof Szyper - 2022-11-03 09:23:27
    | Bump version to v0.9.1
    |

  • 6aed8cb - Krzysztof Szyper - 2022-11-03 09:22:13
    Fix for setting multiline outputs
    Current way doesn't provide a proper handling.
    Creates errors like:

    Error: Unable to process file command 'output' successfully.
    Error: Invalid format 'M	README.md'
    

    According to https://github.com/orgs/community/discussions/24952 this should fix the issue.

馃搧 Modified files

Makefile | 2 +-
action.yml | 2 +-
entrypoint.sh | 8 ++++++--
3 files changed, 8 insertions(+), 4 deletions(-)

鈿狅笍 Additional information

  • Pushed to a branch with a proper name and provided proper commit message.
  • Provided a clear and concise description of what the issue is.

Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information

Current way doesn't provide a proper handling.
Creates errors like:
```
Error: Unable to process file command 'output' successfully.
Error: Invalid format 'M	README.md'
```

According to https://github.com/orgs/community/discussions/24952 this should fix the issue.
@github-actions github-actions bot requested review from ChristophShyper and a team as code owners November 3, 2022 08:22
@github-actions github-actions bot added the bugfix Bug needing a fix label Nov 3, 2022
@ChristophShyper ChristophShyper merged commit b7427f1 into master Nov 3, 2022
@ChristophShyper ChristophShyper deleted the bugfix/multiline-output branch November 3, 2022 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Bug needing a fix
Development

Successfully merging this pull request may close these issues.

None yet

1 participant