Skip to content

Commit 5f45bab

Browse files
authored
Escape env vars in workflows (#673)
1 parent 10dc70a commit 5f45bab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
CACHE_VERSION: 1
12-
DEFAULT_PYTHON: 3.9
12+
DEFAULT_PYTHON: "3.9"
1313
LIB_FOLDER: python_typing_update
1414
PRE_COMMIT_CACHE: ~/.cache/pre-commit
1515

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77

88
env:
9-
DEFAULT_PYTHON: 3.13
9+
DEFAULT_PYTHON: "3.13"
1010

1111
jobs:
1212
release-pypi:

0 commit comments

Comments
 (0)