diff --git a/.github/workflows/add_commit_info.yml b/.github/workflows/add_commit_info.yml deleted file mode 100644 index f643777..0000000 --- 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