Skip to content

Commit

Permalink
try pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Dec 11, 2024
1 parent 47e724e commit 20b3b95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
PLAYWRIGHT_TEST_URL: http://localhost:5173
working-directory: ComfyUI_frontend
- name: Update translations
run: npm run locale
# Pipe output so that it doesn't error out on stdout.clearLine
run: npm run locale 2>&1 | cat
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
working-directory: ComfyUI_frontend
Expand Down

0 comments on commit 20b3b95

Please sign in to comment.