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 4e121cd commit 354163dCopy full SHA for 354163d
action.yml
@@ -21,7 +21,8 @@ runs:
21
id: meta
22
run: |
23
FILES=$(ls --dired | tr '\n' ' ')
24
- echo "::set-output name=files::${FILES# // /,}"
+ FILES2="${FILES% }"
25
+ echo "::set-output name=files::${FILES2// /,}"
26
working-directory: ${{ runner.temp }}/coverage
27
shell: bash
28
- name: Upload coverage
0 commit comments