From 9aafa62af73380ed9558611f74d05c415bf15e66 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Wed, 22 Nov 2023 11:37:15 -0800 Subject: [PATCH] ci: don't assume remote branch name --- .github/workflows/daily-tx-pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily-tx-pull.yml b/.github/workflows/daily-tx-pull.yml index 2c591ba7..5fb81512 100644 --- a/.github/workflows/daily-tx-pull.yml +++ b/.github/workflows/daily-tx-pull.yml @@ -55,7 +55,7 @@ jobs: else git commit -m "pull new editor translations from Transifex" echo "MADE_CHANGES=true" >> "$GITHUB_OUTPUT" - git push origin HEAD:master + git push fi call-ci-cd: uses: ./.github/workflows/ci-cd.yml