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