Skip to content

Commit

Permalink
Revert "🚑 Escape NUL-byte ref in substitution"
Browse files Browse the repository at this point in the history
This reverts commit 6187655.
  • Loading branch information
webknjaz committed Sep 20, 2024
1 parent ca066b5 commit 21f4673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ runs:
}}/tests/output/junit/' -name '*.xml' -type f -print0
|| :
)
| tr '\\0' ','
| tr '\0' ','
| sed 's#,$##'
) | tee -a "${GITHUB_OUTPUT}"
shell: bash
Expand Down Expand Up @@ -693,7 +693,7 @@ runs:
}}.xml' -type f -print0
|| :
)
| tr '\\0' ','
| tr '\0' ','
| sed 's#,$##'
) | tee -a "${GITHUB_OUTPUT}"
shell: bash
Expand Down

0 comments on commit 21f4673

Please sign in to comment.