Skip to content

Commit 99b5f09

Browse files
authored
try swapping to vars
1 parent 84103e9 commit 99b5f09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: yarn test-matrix --forbid-only ${{ matrix.mocha-args }}
8080
env:
8181
CI: true
82-
RUNNING_IN_DEVCONTAINERS_CLI_REPO_CI: ${{ env.RUNNING_IN_DEVCONTAINERS_CLI_REPO_CI }}
82+
RUNNING_IN_DEVCONTAINERS_CLI_REPO_CI: ${{ vars.RUNNING_IN_DEVCONTAINERS_CLI_REPO_CI }}
8383
tests:
8484
name: Tests
8585
needs: tests-matrix

0 commit comments

Comments
 (0)