Skip to content

Commit 9a91617

Browse files
committed
Fix jinja template syntax in main.yaml
1 parent 9b05e0b commit 9a91617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.github/workflows/main.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
persist-credentials: false
2424

25-
- name: Set up Python {{ matrix.python-version }}
25+
- name: Set up Python ${{ "{{" }} matrix.python-version {{ "}}" }}
2626
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
2727
with:
2828
python-version: ${{ "{{" }} matrix.python-version {{ "}}" }}

0 commit comments

Comments
 (0)