Skip to content

Commit a880bf1

Browse files
committed
GHA wants single quotes?
1 parent d4b0a71 commit a880bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
msg: ${{ matrix.os }}
3434
separator: "/"
3535
- run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
36-
if: ${{ steps.split.outputs._0 == "ubuntu" }}
36+
if: ${{ steps.split.outputs._0 == 'ubuntu' }}
3737
- uses: actions/cache@v4
3838
with:
3939
path: /home/runner/.cache/image-create

0 commit comments

Comments
 (0)