mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-05 13:13:15 +08:00
Update artifact-tests.yml
add single quotes to the env variables
This commit is contained in:
4
.github/workflows/artifact-tests.yml
vendored
4
.github/workflows/artifact-tests.yml
vendored
@@ -55,8 +55,8 @@ jobs:
|
||||
- name: Create files that will be uploaded
|
||||
run: |
|
||||
mkdir artifact-path
|
||||
echo ${{ env.non-gzip-artifact-content }} > artifact-path/world.txt
|
||||
echo ${{ env.gzip-artifact-content }} > artifact-path/gzip.txt
|
||||
echo '${{ env.non-gzip-artifact-content }}' > artifact-path/world.txt
|
||||
echo '${{ env.gzip-artifact-content }}' > artifact-path/gzip.txt
|
||||
touch artifact-path/empty.txt
|
||||
|
||||
- name: Add additional logging
|
||||
|
||||
Reference in New Issue
Block a user