From 779afc7716e27f0cf83d8f1644ac881162265b98 Mon Sep 17 00:00:00 2001 From: NightRainMilkyWay Date: Sun, 6 Oct 2024 21:14:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3Push=5Fchanges=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Create Release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Create Release.yml b/.github/workflows/Create Release.yml index b9d2fa0..fb783f2 100644 --- a/.github/workflows/Create Release.yml +++ b/.github/workflows/Create Release.yml @@ -74,8 +74,8 @@ jobs: rm -rf ./*.zip git config user.name "GitHub Action" git config user.email "action@github.com" - git add your-workflow-file.yml - git commit -m "Update workflow file" + git add . + git commit -m "Update HADE" git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/your-username/your-repo.git HEAD:your-branch-name