diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f5c13f..e6ae443 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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