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 03e772e commit 2efef7cCopy full SHA for 2efef7c
.github/workflows/cd.yaml
@@ -1,7 +1,7 @@
1
name: Synchronize the example with the template
2
on:
3
push:
4
- branches: [ main ]
+ branches: [main]
5
6
jobs:
7
synchronize_example:
@@ -13,11 +13,11 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Run cargo generate
16
- uses: cargo-generate/[email protected].3
+ uses: cargo-generate/[email protected].5
17
with:
18
name: ${{ env.PROJECT_NAME }}
19
- subfolder: template
20
- template_values_file: .github/workflows/template_values.toml
+ template: template
+ arguments: "--template-values-file .github/workflows/template_values.toml --verbose"
21
22
- name: Checkout old example
23
@@ -64,4 +64,4 @@ jobs:
64
git push
65
else
66
echo "nothing to commit";
67
- fi
+ fi
0 commit comments