diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db65875..7d2682f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,9 +32,9 @@ jobs: steps: - name: Checkout Repository - run: | - # 使用GitHub Actions提供的动作来检出代码库 - uses: actions/checkout@main + run: | + # 使用GitHub Actions提供的动作来检出代码库 + uses: actions/checkout@main # 配置Git用户信息 - name: Configure Git