From 9e8042a951027c57b7ab6ecc862e982ceb8b4212 Mon Sep 17 00:00:00 2001 From: Flik <2470982985@qq.com> Date: Wed, 18 Jan 2023 11:45:22 +0800 Subject: [PATCH] test3 --- .github/workflows/blank.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 20c8bc92f..1fa27e1aa 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -26,7 +26,10 @@ jobs: git commit -m"由github actions推送,日期:`date`" git pull --rebase - name: Push changes - uses: ad-m/github-push-action@main + uses: ad-m/github-push-action@master with: github_token: $\{{ secrets.GITHUB_TOKEN }} - github_url: https://github.com/a2470982985/getNode.git + repository: ${GITHUB_REPOSITORY} + branch: main + force: true + directory: .