Skip to content

Commit

Permalink
check if removeing escape quote works in build
Browse files Browse the repository at this point in the history
  • Loading branch information
codeitlikemiley committed Dec 14, 2023
1 parent 026e9ee commit 72044bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: cargo-generate/cargo-generate-action@v0.18.5
with:
name: ${{ env.PROJECT_NAME }}
arguments: "--branch main --define service_description=\"make call\" --define rpc_method=\"make\""
arguments: "--branch main --define service_description=default --define rpc_method=make"
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
Expand Down

0 comments on commit 72044bd

Please sign in to comment.