Skip to content

Commit 58d6b70

Browse files
author
Susan Vanderplas
committed
Different way of quoting strings
1 parent 90261f1 commit 58d6b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
-e GH_PAT="${{ secrets.GH_PAT }}" \
7575
-e GITHUB_PAT="${{ secrets.GH_PAT }}" \
7676
local/quarto-reticulate:latest \
77-
/bin/sh -c '
77+
/bin/sh -c $'
7878
set -e
7979
8080
echo "=== Checking renv cache path ==="

0 commit comments

Comments
 (0)