Skip to content

Commit

Permalink
Add git checkout command
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebanget authored Feb 4, 2024
1 parent a14fb07 commit f5757b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/get-upstream-changes-I10n-id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +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')
echo $FILE_IS_UPDATED
if [ "$FILE_IS_UPDATED" != "" ]; then
Expand Down

0 comments on commit f5757b1

Please sign in to comment.