1 parent 7ce39e1 commit d1618e0Copy full SHA for d1618e0
1 file changed
.github/workflows/configurable.yml
@@ -9,8 +9,8 @@ on:
9
jobs:
10
build:
11
12
- runs-on: ${{ env.RUNNER_LINUX || ubuntu-latest }}
+ runs-on: ${{ env.RUNNER_LINUX || 'ubuntu-latest' }}
13
14
steps:
15
- name: Echo
16
- run: echo ${{ env.RUNNER_LINUX || ubuntu-latest }}
+ run: ${{ env.RUNNER_LINUX || 'ubuntu-latest' }}
0 commit comments