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

[BUG] Action fails when output separator requested is newline (\n) #286

Closed
3 tasks done
kunaltyagi opened this issue Apr 19, 2023 · 1 comment · Fixed by #287
Closed
3 tasks done

[BUG] Action fails when output separator requested is newline (\n) #286

kunaltyagi opened this issue Apr 19, 2023 · 1 comment · Fixed by #287
Labels
bug Something isn't working

Comments

@kunaltyagi
Copy link

kunaltyagi commented Apr 19, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Does this issue exist in the latest version?

  • I'm using the latest release

Describe the bug?

Action fails while setting output

To Reproduce

    - name: Find changed files
      uses: tj-actions/verify-changed-files@v14.0.1
      id: artifacts
      with:
        files: '*'
        separator: '\n'

What OS are you seeing the problem on?

ubuntu-latest or ubuntu-20.04

Expected behavior?

Proper handling of newline (or documentation to state it's not possible)

Relevant log output

image

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@kunaltyagi kunaltyagi added the bug Something isn't working label Apr 19, 2023
@github-actions
Copy link
Contributor

Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience.

@jackton1 jackton1 linked a pull request Apr 19, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant