Skip to content

Commit

Permalink
chore: run with fix/coordinator_contract_address branch
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham committed Jul 4, 2024
1 parent a34ddaf commit 8b6decd
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="6d6b974"
echo "branch=main" >> $GITHUB_OUTPUT
commit_hash="ce7ab9f"
echo "branch=fix/coordinator_contract_address" >> $GITHUB_OUTPUT
echo "commit_hash=$commit_hash" >> $GITHUB_OUTPUT
- name: Checkout code
Expand Down

0 comments on commit 8b6decd

Please sign in to comment.