From dc9d5d521c2f69ec122235b8905aacda6d0e6e16 Mon Sep 17 00:00:00 2001 From: ras0q Date: Thu, 24 Oct 2024 11:35:20 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"=E2=99=BB=EF=B8=8F=20include=20checks?= =?UTF-8?q?um=20changes"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 81310c7ef29d78bf2a59c3f2fad61daa34216df6. --- .github/workflows/update-checksum.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-checksum.yaml b/.github/workflows/update-checksum.yaml index e89b51a5..2752a552 100644 --- a/.github/workflows/update-checksum.yaml +++ b/.github/workflows/update-checksum.yaml @@ -34,10 +34,14 @@ jobs: continue-on-error: true - name: Commit changes run: | + git config --global user.name "GitHub Actions" + git config --global user.email "actions@github.com" git add -A - git commit --amend --no-edit - git push origin -f + git commit --author . -m "chore(aqua): update checksum for #$PR_NUM" + git push origin if: steps.diff.outcome == 'failure' + env: + PR_NUM: ${{ github.event.number}} - run: aqua install --all --only-link approve: