Skip to content

Commit

Permalink
fix: update the command to latest copier version (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Oct 6, 2023
2 parents 186a12a + 8ca3561 commit d28c165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/.github/workflows/pypackage_check.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
Run the following code in your project directory to update the template:

```
copier --trust --defaults --vsc-ref ${{ steps.get_latest_release.outputs.latest }} update
copier update --trust --defaults --vcs-ref ${{ steps.get_latest_release.outputs.latest }}
```

After solving the merging issues you can push back the changes to your main branch.
Expand Down

0 comments on commit d28c165

Please sign in to comment.