fix(ci): Fix cargo deny syntax (#5806)

* Fix cargo deny syntax

* Use correct arguments field name

Co-authored-by: Arya <aryasolhi@gmail.com>

Co-authored-by: Arya <aryasolhi@gmail.com>
This commit is contained in:
teor 2022-12-08 08:38:17 +10:00 committed by GitHub
parent cc6ff0f422
commit f8b1ffcd73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -270,4 +270,4 @@ jobs:
uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}
args: --workspace with features ${{ matrix.features }}
arguments: --workspace ${{ matrix.features }}