From 4349a8666e2df589ae8933915b930f7a15e303d8 Mon Sep 17 00:00:00 2001 From: Nur Fikri Date: Fri, 9 Aug 2024 14:00:56 +0700 Subject: [PATCH] chore: fix testnet deploy --- .github/workflows/deploy-testnet.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-testnet.yml b/.github/workflows/deploy-testnet.yml index 4ceed1aa..b6232874 100644 --- a/.github/workflows/deploy-testnet.yml +++ b/.github/workflows/deploy-testnet.yml @@ -19,9 +19,13 @@ jobs: with: ref: testnet + - id: configure + name: configure + run: git config pull.ff true + - id: pull-staging name: Pull latest 'staging' - run: git pull --ff-only origin staging + run: git pull origin staging - id: diff-check name: Check if 'testnet' is behind 'staging'