We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425f599 commit 6cb8340Copy full SHA for 6cb8340
.github/workflows/test.yml
@@ -32,4 +32,8 @@ jobs:
32
- name: Dump vars context
33
env:
34
VARS_JSON: ${{ toJSON(vars) }}
35
- run: echo "${VARS_JSON}"
+ run: echo "${VARS_JSON}"
36
+ - name: Test Python Version Imp
37
+ run: echo ${{ toJson(vars.PYTHON_VERSIONS) }}
38
+ - name: Test Python Version Imp2
39
+ run: echo ${{ toJson(vars.PYTHON_VERSIONS2) }}
0 commit comments