From 9e447fca1ae8e147c09da679998f496bb1dfc42b Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 16 Oct 2021 21:26:22 +0200 Subject: [PATCH] Fix syntax --- .github/workflows/Crate-publishing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Crate-publishing.yml b/.github/workflows/Crate-publishing.yml index 4ee17c92..cc547aad 100644 --- a/.github/workflows/Crate-publishing.yml +++ b/.github/workflows/Crate-publishing.yml @@ -54,7 +54,7 @@ jobs: componets: rustfmt, clippy - name: '🚧 Cargo test' - shell: actions-rs/cargo@v1 + uses: actions-rs/cargo@v1 with: command: test