Skip to content

Commit 49cfdf4

Browse files
authored
Update update_changes.yml
1 parent 544a5f0 commit 49cfdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: "3.11"
2222

2323
- name: Install dependencies
24-
run: pip install -r requirements.txt && sudo apt install gettext
24+
run: pip install -r requirements.txt && sudo apt install gettext -y
2525

2626
- name: Run merge.py
2727
run: python merge.py ${GITHUB_REF##*/}

0 commit comments

Comments
 (0)