Skip to content

Commit 3f80678

Browse files
committed
Try quoting differently.
1 parent 1c1bbcf commit 3f80678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set environment variables
6565
run: |
6666
echo "${{ matrix.env }}" >> $GITHUB_ENV
67-
echo "JOBID=`echo '${{ matrix.env }} ${{ matrix.config }}' | base64`" >> $GITHUB_ENV
67+
echo JOBID=`echo "${{ matrix.env }} ${{ matrix.config }}'"| base64` >> $GITHUB_ENV
6868
- name: apt refresh
6969
run: sudo apt-get -o Acquire::Retries=5 update
7070
- name: Install prerequisites

0 commit comments

Comments
 (0)