Skip to content

Commit 74759a8

Browse files
committed
🐛 fix: proj_main template syntax
1 parent 37dbb8a commit 74759a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proj_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: ~/.cache/pip
7272
key: build-${% templatetag openvariable %} env.cache_name }}-${% templatetag openvariable %} steps.git.outputs.branch }}-${% templatetag openvariable %} steps.git.outputs.sha_short {% templatetag closevariable %}
7373
restore-keys: |
74-
build-${% templatetag openvariable %} env.cache_name {% templatetag closevariable %}-${{ steps.git.outputs.branch {% templatetag closevariable %}
74+
build-${% templatetag openvariable %} env.cache_name {% templatetag closevariable %}-${% templatetag openvariable %} steps.git.outputs.branch {% templatetag closevariable %}
7575
build-${% templatetag openvariable %} env.cache_name {% templatetag closevariable %}
7676
7777
- run: python -m pip install --upgrade pip

0 commit comments

Comments
 (0)