From c6054babb14fbb631c6a25b122d962483aea9619 Mon Sep 17 00:00:00 2001 From: Flik <2470982985@qq.com> Date: Wed, 18 Jan 2023 11:29:58 +0800 Subject: [PATCH] test1 --- .github/workflows/blank.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 76c7b0b60..f1590d03a 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -28,17 +28,4 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} - - name: GitHub Push - # You may pin to the exact commit or the version. - # uses: ad-m/github-push-action@40bf560936a8022e68a3c00e7d2abefaf01305a6 - uses: ad-m/github-push-action@v0.6.0 - with: - # Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }} - github_token: $\{{ secrets.GITHUB_TOKEN }} - # Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY}) - repository: ${GITHUB_REPOSITORY} - branch: master - force: true - tags: true - directory: . + github_token: $\{{ secrets.GITHUB_TOKEN }}