From abb898af80c0eff1f48299980436d066dda26d56 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 9 Mar 2024 22:20:06 +0800 Subject: --- .github/workflows/build_index.yml | 11 +++++++---- Makefile | 2 -- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_index.yml b/.github/workflows/build_index.yml index 31c7125..4e9c8b1 100644 --- a/.github/workflows/build_index.yml +++ b/.github/workflows/build_index.yml @@ -18,10 +18,10 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 - - name: setup git - run: | - git config --global user.email "bot@hydroroll.team" - git config --global user.name "HydroRollBot" + # - name: setup git + # run: | + # git config --global user.email "bot@hydroroll.team" + # git config --global user.name "HydroRollBot" - name: build pkg Index run: make pkg_index @@ -31,3 +31,6 @@ jobs: with: branch: gh-pages commit_message: "feat(site): update index for ${{ github.ref_name }} [skip ci]" + commit_user_name: HydroRoll[bot] # defaults to "github-actions[bot]" + commit_user_email: bot@hydroroll.team # defaults to "41898282+github-actions[bot]@users.noreply.github.com" + commit_author: HydroRoll[bot] # defaults to author of the commit that triggered the run diff --git a/Makefile b/Makefile index ed9438e..34a9ce4 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,6 @@ BASEURL = https://raw.githubusercontent.com/HydroRoll-Team/ipm-server/gh-pages/p pkg_index: $(PYTHON) tools/build_collections.py . $(PYTHON) tools/build_pkg_index.py . $(BASEURL) index.xml - git add collections - git add index.xml grammars: git commit -m "updated grammar files" packages/grammars \ No newline at end of file -- cgit v1.2.3-70-g09d2