Skip to content

Commit 6e8131f

Browse files
alexmvMritunjayTiwari14
authored andcommitted
ci: Fix workflow parameter.
1 parent b90c8f1 commit 6e8131f

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)