Skip to content

Commit d1618e0

Browse files
authored
Update configurable.yml
1 parent 7ce39e1 commit d1618e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/configurable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ${{ env.RUNNER_LINUX || ubuntu-latest }}
12+
runs-on: ${{ env.RUNNER_LINUX || 'ubuntu-latest' }}
1313

1414
steps:
1515
- name: Echo
16-
run: echo ${{ env.RUNNER_LINUX || ubuntu-latest }}
16+
run: ${{ env.RUNNER_LINUX || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)