We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dff2e commit 7bec155Copy full SHA for 7bec155
.github/workflows/conformance-to-Conformancelab.yml
@@ -17,7 +17,7 @@ jobs:
17
id: get-changed-testscripts
18
run: |
19
files=$(git diff --name-only --diff-filter=ACM --ignore-space-at-eol origin/${{ github.base_ref }} -- 'output/*.xml' ':(exclude)*/_reference/*.xml')
20
- echo "files=${files//$'\n'/\\n}" >> $GITHUB_OUTPUT
+ echo "files=${files//$'\n'/ }" >> $GITHUB_OUTPUT
21
22
- name: Show me what you have
23
run: echo ${{ steps.get-changed-testscripts.outputs.files }}
0 commit comments