Skip to content

Commit

Permalink
Revert "♻️ include checksum changes"
Browse files Browse the repository at this point in the history
This reverts commit 81310c7.
  • Loading branch information
ras0q committed Oct 24, 2024
1 parent 89e37c1 commit dc9d5d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/update-checksum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
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:
Expand Down

0 comments on commit dc9d5d5

Please sign in to comment.