We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b772ddd commit f54c141Copy full SHA for f54c141
.github/workflows/update_changes.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
15
- name: Install dependencies
16
- run: pip install -r requirements.txt && apt install gettext
+ run: pip install -r requirements.txt && sudo apt install gettext
17
18
- name: Run merge.py
19
run: python merge.py branch ${GITHUB_REF##*/}
0 commit comments