From 8b6decdd560b087ef55a478b733247a15977cea9 Mon Sep 17 00:00:00 2001 From: maancham Date: Thu, 4 Jul 2024 14:00:07 -0400 Subject: [PATCH] chore: run with fix/coordinator_contract_address branch --- .github/workflows/push-to-r2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-to-r2.yaml b/.github/workflows/push-to-r2.yaml index 29b3da512..aca4165f5 100644 --- a/.github/workflows/push-to-r2.yaml +++ b/.github/workflows/push-to-r2.yaml @@ -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