Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fontes <[email protected]>
  • Loading branch information
lxfontes committed Dec 13, 2024
1 parent 5853d01 commit 6106d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/templates-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Create project from template
run: |
cd $RUNNER_TEMP
rm -rf sample-project || true
rm -rf sample-component || true
wash new component -p $GITHUB_WORKSPACE/templates/components/${{ matrix.template-name }}
cd sample-component
wash build
Expand Down

0 comments on commit 6106d83

Please sign in to comment.