diff --git a/.github/workflows/get-upstream-changes-I10n-id.yml b/.github/workflows/get-upstream-changes-I10n-id.yml index 51d726ad56..aef4b8370c 100644 --- a/.github/workflows/get-upstream-changes-I10n-id.yml +++ b/.github/workflows/get-upstream-changes-I10n-id.yml @@ -8,7 +8,7 @@ jobs: with: fetch-depth: 0 - run: | - git remote add upstream https://github.com/kodebanget/bsky-social-app.git + git remote add upstream https://github.com/kodebanget/bluesky-social-app.git git fetch upstream main FILE_IS_UPDATED=$(git diff --compact-summary main upstream/main | grep 'id/messages.po') echo $FILE_IS_UPDATED