Skip to content

Commit 2efef7c

Browse files
authored
chore: update cd to cargo-generate-v0.18.5 (#53)
1 parent 03e772e commit 2efef7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cd.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Synchronize the example with the template
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [main]
55

66
jobs:
77
synchronize_example:
@@ -13,11 +13,11 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Run cargo generate
16-
uses: cargo-generate/[email protected].3
16+
uses: cargo-generate/[email protected].5
1717
with:
1818
name: ${{ env.PROJECT_NAME }}
19-
subfolder: template
20-
template_values_file: .github/workflows/template_values.toml
19+
template: template
20+
arguments: "--template-values-file .github/workflows/template_values.toml --verbose"
2121

2222
- name: Checkout old example
2323
uses: actions/checkout@v4
@@ -64,4 +64,4 @@ jobs:
6464
git push
6565
else
6666
echo "nothing to commit";
67-
fi
67+
fi

0 commit comments

Comments
 (0)