Skip to content

Commit 7a9ec7d

Browse files
committed
🐛 fix: proj_main template syntax
1 parent 29c5dcc commit 7a9ec7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/shared-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
shell: bash
7272

7373
- name: Setup testproject
74-
run: django-admin startproject testproject --extension py,json,yml,yaml,toml --name Dockerfile,README.md,.env.example,.gitignore,Makefile --template=.
74+
run: django-admin startproject testproject --extension py,json,yml,yaml,toml --name Dockerfile,README.md,.env.example,.gitignore,Makefile,.npmrc --template=.
7575
shell: bash
7676

7777
- name: Update JS dependencies

proj_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
node-version: ${% templatetag openvariable %} matrix.node {% templatetag closevariable %}
5151
cache: "pnpm"
52-
cache-dependency-path: {% raw %}**/pnpm-lock.yaml{% endraw %} # ← ensures cache is invalidated when lockfile changes
52+
cache-dependency-path: **/pnpm-lock.yaml # ← ensures cache is invalidated when lockfile changes
5353

5454
- name: Cache pnpm store
5555
uses: actions/cache@v4

0 commit comments

Comments
 (0)