diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee2247d..7defe22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,10 +37,10 @@ jobs: # 点Star - name: Add star to repository - run: | - curl -X PUT \ - -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ - https://api.github.com/user/starred/NianBroken/ZFCheckScores + run: | + curl -X PUT \ + -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ + https://api.github.com/user/starred/NianBroken/ZFCheckScores # 配置Git用户信息 - name: Configure Git