Skip to content

Commit

Permalink
Remove checkout command
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebanget authored Feb 4, 2024
1 parent f5757b1 commit 9eb36f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/get-upstream-changes-I10n-id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
- run: git remote add upstream https://github.com/kodebanget/bluesky-social-app.git
- run: git fetch upstream main
- run: |
git checkout main
FILE_IS_UPDATED=$(git diff --compact-summary main upstream/main | grep 'id/messages.po')
FILE_IS_UPDATED=$(git diff --compact-summary origin/main upstream/main | grep 'id/messages.po')
echo $FILE_IS_UPDATED
if [ "$FILE_IS_UPDATED" != "" ]; then
git merge upstream/main
Expand Down

0 comments on commit 9eb36f6

Please sign in to comment.