File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
- name : Set certificates path environment variable
29
29
run : |
30
30
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
31
- echo "FILES=\\\ "$(ls -md ${{ github.workspace }}/certs/* | xargs | sed 's/, /","/g')\\ \"" >> $GITHUB_ENV
31
+ echo "FIL
68B9
ES=\"$(ls ${{ github.workspace }}/certs/* | xargs | sed 's/ /","/g')\"" >> $GITHUB_ENV
32
32
33
33
- name : Get files list
34
34
id : get-files
35
35
run : |
36
- JSON=$(echo " [${{ join(env.FILES) }}]" | jq -c '{"cert_file": .}')
36
+ JSON=$(echo ' [${{ join(env.FILES) }}]' | jq -c '{"cert_file": .}')
37
37
echo "::set-output name=certificates::$JSON"
38
38
39
39
check-certificates :
You can’t perform that action at this time.
0 commit comments