From 45a25eda50c0ccbbd54114fe0234bad8490a8c90 Mon Sep 17 00:00:00 2001 From: weishu Date: Tue, 11 Jul 2023 12:00:42 +0800 Subject: [PATCH] ci: fix rustfmt failed typo --- .github/workflows/rustfmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index be1795d2..84e00fc5 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -27,7 +27,7 @@ jobs: with: components: rustfmt - - uses: LoliGothick/rustfmt-check@masters + - uses: LoliGothick/rustfmt-check@master with: token: ${{ github.token }} options: --manifest-path userspace/ksud/Cargo.toml