ci: don't assume remote branch name

This commit is contained in:
Christopher Willis-Ford 2023-11-22 11:37:15 -08:00
parent 10905d5ee8
commit 9aafa62af7

View file

@ -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