Skip to content

Commit 550f99c

Browse files
committed
ci: Fix workflow parameter.
1 parent 8e9bb5a commit 550f99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
pip install wlc
1717
wlc --url https://hosted.weblate.org/api/ --key $WEBLATE_API_KEY pull zulip/zulip-flutter
18-
with:
18+
env:
1919
WEBLATE_API_KEY: ${{ secrets.WEBLATE_API_KEY }}
2020

2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)