Skip to content

Commit

Permalink
fix: apply potential workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 2, 2024
1 parent 17fe48d commit 74db6ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run cargo generate
uses: cargo-generate/cargo-generate-action@v0.20.0
uses: orhun/cargo-generate-action@fix/argument_passing
with:
name: ${{ env.PROJECT_NAME }}
template: component
arguments: --define gh-username="ratatui" --define project-description="Example of ratatui template" --define use_gitserver=false
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Cargo check
Expand Down

0 comments on commit 74db6ab

Please sign in to comment.