From 654d02034e7c512399c4a408390932180ccee809 Mon Sep 17 00:00:00 2001 From: Jie Hou Date: Sun, 18 Feb 2024 21:52:09 -0800 Subject: [PATCH] test --- .github/workflows/auto-deploy-contracts.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-deploy-contracts.yaml b/.github/workflows/auto-deploy-contracts.yaml index 79aa9be28..8544d93e4 100644 --- a/.github/workflows/auto-deploy-contracts.yaml +++ b/.github/workflows/auto-deploy-contracts.yaml @@ -80,6 +80,7 @@ jobs: git config --global user.name 'Contract Auto Deployer' git config --global user.email 'dummy@dummy.dummy' git pull --rebase origin main + git push -f origin cd/contracts - name: Commit output file and push it to remote repo uses: stefanzweifel/git-auto-commit-action@v5 with: