mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 05:32:34 -05:00
feat: mark automated Transifex updates as fixes
Marking this a `feat` because it's effectively a versioning scheme change.
This commit is contained in:
parent
a1c217bc1d
commit
94c3353f54
2 changed files with 2 additions and 2 deletions
2
.github/workflows/daily-tx-pull.yml
vendored
2
.github/workflows/daily-tx-pull.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
echo "MADE_CHANGES=false" >> "$GITHUB_OUTPUT"
|
echo "MADE_CHANGES=false" >> "$GITHUB_OUTPUT"
|
||||||
echo "Nothing to commit."
|
echo "Nothing to commit."
|
||||||
else
|
else
|
||||||
git commit -m "pull new editor translations from Transifex"
|
git commit -m "fix: pull new editor translations from Transifex"
|
||||||
echo "MADE_CHANGES=true" >> "$GITHUB_OUTPUT"
|
echo "MADE_CHANGES=true" >> "$GITHUB_OUTPUT"
|
||||||
git push
|
git push
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -11,5 +11,5 @@ npm run test
|
||||||
|
|
||||||
# commit any updates and push. Build and release should happen on the push not here.
|
# commit any updates and push. Build and release should happen on the push not here.
|
||||||
git add .
|
git add .
|
||||||
git commit -m "pull new editor translations from Transifex"
|
git commit -m "fix: pull new editor translations from Transifex"
|
||||||
git push https://${GITHUB_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git HEAD:master
|
git push https://${GITHUB_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git HEAD:master
|
||||||
|
|
Loading…
Reference in a new issue