Skip to content

Commit

Permalink
fix: do not use quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 4, 2024
1 parent 46f6901 commit bb4ed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
name: ${{ env.PROJECT_NAME }}
template: component
arguments: --define=gh-username=\"ratatui\" --define=project-description=\"Example of ratatui template\" --define=use-gitserver=false
arguments: --define=gh-username=ratatui --define=project-description=example --define=use-gitserver=false
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Cargo check
Expand Down

0 comments on commit bb4ed66

Please sign in to comment.