From 040344af0639731ba19c920fbf5223e8cb240815 Mon Sep 17 00:00:00 2001 From: NianBroken Date: Thu, 15 Feb 2024 12:45:18 +0800 Subject: [PATCH] Update --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5dea8f9..fd0e570 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,9 +31,10 @@ jobs: MAIN_YML_FILES_INCONSISTENT: ${{ steps.compare_main_yml_files.outputs.MAIN_YML_FILES_INCONSISTENT }} steps: - # 使用GitHub Actions提供的动作来检出代码库 - name: Checkout Repository - uses: actions/checkout@main + uses: | + # 使用GitHub Actions提供的动作来检出代码库 + actions/checkout@main # 配置Git用户信息 - name: Configure Git