From 2efef7c273cd463172784b71e7dd1644afe6af27 Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:55:18 +0100 Subject: [PATCH] chore: update cd to cargo-generate-v0.18.5 (#53) --- .github/workflows/cd.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 3f45db0..d7598d5 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -1,7 +1,7 @@ name: Synchronize the example with the template on: push: - branches: [ main ] + branches: [main] jobs: synchronize_example: @@ -13,11 +13,11 @@ jobs: uses: actions/checkout@v4 - name: Run cargo generate - uses: cargo-generate/cargo-generate-action@v0.18.3 + uses: cargo-generate/cargo-generate-action@v0.18.5 with: name: ${{ env.PROJECT_NAME }} - subfolder: template - template_values_file: .github/workflows/template_values.toml + template: template + arguments: "--template-values-file .github/workflows/template_values.toml --verbose" - name: Checkout old example uses: actions/checkout@v4 @@ -64,4 +64,4 @@ jobs: git push else echo "nothing to commit"; - fi \ No newline at end of file + fi