diff options
| author | 2024-03-09 22:20:06 +0800 | |
|---|---|---|
| committer | 2024-03-09 22:20:06 +0800 | |
| commit | abb898af80c0eff1f48299980436d066dda26d56 (patch) | |
| tree | 2cab863fbf31a31f64ae9720c21dfed2ef9a7817 /.github/workflows/build_index.yml | |
| parent | 30bb316d16ec44f8a2a2dc7213df1ffbabc7d6c0 (diff) | |
| download | ipm-server-abb898af80c0eff1f48299980436d066dda26d56.tar.gz ipm-server-abb898af80c0eff1f48299980436d066dda26d56.zip | |
Diffstat (limited to '.github/workflows/build_index.yml')
| -rw-r--r-- | .github/workflows/build_index.yml | 11 |
1 files changed, 7 insertions, 4 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] <bot@hydroroll.team> # defaults to author of the commit that triggered the run |
