Skip to content

Commit 014bc01

Browse files
grumble
1 parent e3326d7 commit 014bc01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tasks/autotune/github.linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "::set-env name=R_DOCS::true"
5252
fi
5353
- uses: r-lib/actions/setup-r@v1
54-
if: env.R_DOCS == "true"
54+
if: env.R_DOCS == 'true'
5555
- name: Testing the env var passing
56-
if: env.DEV_CHANGED == "true"
56+
if: env.DEV_CHANGED == 'true'
5757
run: echo "Here!"

0 commit comments

Comments
 (0)