Skip to content

pull upstream changes for new untranslated strings (ID) #10

pull upstream changes for new untranslated strings (ID)

pull upstream changes for new untranslated strings (ID) #10

name: pull upstream changes for new untranslated strings (ID)
run-name: pull upstream changes for new untranslated strings (ID)
on: [push]
concurrency:
group: fetch
permissions:
contents: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
git config --global user.email "[email protected]"
git config --global user.name "get-upstream-changes-I10n-id.yml"
git remote add upstream https://github.com/bluesky-social/social-app.git
git fetch upstream main
git checkout --track origin/main
git rebase upstream/main
git push -f origin HEAD