We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b05e0b commit 9a91617Copy full SHA for 9a91617
template/.github/workflows/main.yaml.jinja
@@ -22,7 +22,7 @@ jobs:
22
with:
23
persist-credentials: false
24
25
- - name: Set up Python {{ matrix.python-version }}
+ - name: Set up Python ${{ "{{" }} matrix.python-version {{ "}}" }}
26
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
27
28
python-version: ${{ "{{" }} matrix.python-version {{ "}}" }}
0 commit comments