mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-01-03 03:16:00 -05:00
ci: don't assume remote branch name
This commit is contained in:
parent
10905d5ee8
commit
9aafa62af7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/daily-tx-pull.yml
vendored
2
.github/workflows/daily-tx-pull.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue