ci: fix rustfmt failed typo

This commit is contained in:
weishu
2023-07-11 12:00:42 +08:00
parent 120c2f43de
commit 45a25eda50

View File

@@ -27,7 +27,7 @@ jobs:
with: with:
components: rustfmt components: rustfmt
- uses: LoliGothick/rustfmt-check@masters - uses: LoliGothick/rustfmt-check@master
with: with:
token: ${{ github.token }} token: ${{ github.token }}
options: --manifest-path userspace/ksud/Cargo.toml options: --manifest-path userspace/ksud/Cargo.toml