From 8b6c90555f31152b11cd5759d2c206d52a26bb16 Mon Sep 17 00:00:00 2001 From: Jie Hou Date: Sun, 18 Feb 2024 09:30:52 -0800 Subject: [PATCH] test --- .github/workflows/auto-deploy-contracts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-deploy-contracts.yaml b/.github/workflows/auto-deploy-contracts.yaml index b6f75c1eb..2c58ca669 100644 --- a/.github/workflows/auto-deploy-contracts.yaml +++ b/.github/workflows/auto-deploy-contracts.yaml @@ -69,7 +69,7 @@ jobs: ref: cd/contracts submodules: recursive - name: Merge from the branch that triggered the workflow run - run: git merge ${{ github.head_ref }} + run: git merge origin/${{ github.head_ref }} - name: Write deployed address to output file run: | mkdir -p deployments