Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/cargo-generate/car…
Browse files Browse the repository at this point in the history
…go-generate-action-0.18.5
  • Loading branch information
marcoieni authored Dec 2, 2023
2 parents 1f9d2fa + 2efef7c commit 4191641
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Synchronize the example with the template
on:
push:
branches: [ main ]
branches: [main]

jobs:
synchronize_example:
Expand All @@ -16,8 +16,8 @@ jobs:
uses: cargo-generate/[email protected]
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
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
git push
else
echo "nothing to commit";
fi
fi

0 comments on commit 4191641

Please sign in to comment.