From 13c1bb49c99af38a09ef98b233953405aada3cfc Mon Sep 17 00:00:00 2001 From: Jie Hou Date: Sun, 18 Feb 2024 09:33:47 -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 2c58ca669..005aafcae 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 origin/${{ github.head_ref }} + run: git pull origin ${{ github.head_ref }} --allow-unrelated-histories - name: Write deployed address to output file run: | mkdir -p deployments