1 parent bb3289b commit b7cac86Copy full SHA for b7cac86
1 file changed
.github/workflows/configurable.yml
@@ -13,4 +13,4 @@ jobs:
13
14
steps:
15
- name: Echo
16
- run: ${{ vars.RUNNER_LINUX || 'ubuntu-latest' }}
+ run: echo "${{ vars.RUNNER_LINUX || 'ubuntu-latest' }}"
0 commit comments