Skip to content

Commit

Permalink
chore: run for a commit on main
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham committed Jul 8, 2024
1 parent 031572d commit 79308b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-to-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Determine branch and commit hash
id: get-branch-and-commit
run: |
commit_hash="afaf1bc"
echo "branch=multisig-v0.4.1" >> $GITHUB_OUTPUT
commit_hash="1ebaae763d2f78bae7f0cfc7efb7591a9885e3c9"
echo "branch=main" >> $GITHUB_OUTPUT
echo "commit_hash=$commit_hash" >> $GITHUB_OUTPUT
- name: Checkout code
Expand Down

0 comments on commit 79308b4

Please sign in to comment.