We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2635ff7 + 5ad218a commit 7fa54bfCopy full SHA for 7fa54bf
.github/workflows/update_changes.yml
@@ -13,10 +13,10 @@ 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##*/}
+ run: python merge.py ${GITHUB_REF##*/}
20
21
- name: Create Pull Request
22
uses: peter-evans/create-pull-request@v4.2.3
0 commit comments