From 62928e47ebe5f3ebaa7139352e33e6a4698bb3ad Mon Sep 17 00:00:00 2001 From: snowy Date: Sat, 1 Jun 2024 15:25:54 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=96=B0=E5=A2=9E=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E6=97=B6=E5=AF=B9=E6=9C=AC=E5=9C=B0=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E7=9A=84=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/add_commit_info.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/add_commit_info.yml diff --git a/.github/workflows/add_commit_info.yml b/.github/workflows/add_commit_info.yml deleted file mode 100644 index f643777a..00000000 --- a/.github/workflows/add_commit_info.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Record Commit Hash - -on: [push] - -jobs: - record-hash: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Record commit hash - run: | - echo $(git rev-parse HEAD) > liteyuki/resources/vanilla_resource/commit.txt - - - name: Commit and push - run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" - git add liteyuki/resources/vanilla_resource/commit.txt - git commit -m ":rocket: Record commit hash" - git push \ No newline at end of file