Skip to content

Commit

Permalink
Less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhand committed Feb 17, 2025
1 parent 20aba05 commit f5fc6be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/import-localizations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
(cd LocalizationTools && swift build)
echo "PWD:"
ls -R "$PWD"
ls "$PWD"
echo "github workspace:"
ls -R ${{ github.workspace }}
ls ${{ github.workspace }}
echo "\n\n[*] Importing Strings - takes a minute. (output in import-strings.log)"
(cd LocalizationTools && swift run LocalizationTools \
Expand Down

0 comments on commit f5fc6be

Please sign in to comment.