Skip to content

Commit

Permalink
Move manifest-path to inputs (#468)
Browse files Browse the repository at this point in the history
- Fixes deny action CI failures like in PR#467.
- Removes `arguments` because the new value [is the default](https://github.com/EmbarkStudios/cargo-deny-action/blob/68cd9c5e3e16328a430a37c743167572e3243e7e/action.yml#L17)
  • Loading branch information
privettoli authored Feb 14, 2024
1 parent ad25019 commit 601ba88
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 @@ -106,8 +106,8 @@ jobs:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
manifest-path: tower-http/Cargo.toml
command: check ${{ matrix.checks }}
arguments: --all-features --manifest-path tower-http/Cargo.toml

cargo-public-api-crates:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 601ba88

Please sign in to comment.