Skip to content

Commit 5d8252b

Browse files
authored
Update compendium.yml
1 parent 321ae7a commit 5d8252b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/compendium.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
steps:
1616
- name: Get current branch name
1717
shell: bash
18-
run: echo "CURRENT_BRANCH=$(echo ${GITHUB_REF#refs/heads/} | tr / -)" >> $GITHUB_ENV
19-
- name: Check out ${{ github.repository }} repository
18+
run: |
19+
echo "CURRENT_BRANCH=$(echo ${GITHUB_REF#refs/heads/} | tr / -)" >> $GITHUB_ENV
20+
- name: Check out ${{ github.repository }}
2021
uses: actions/checkout@v2
2122
with:
2223
ref: ${{ env.CURRENT_BRANCH }}
@@ -26,7 +27,7 @@ jobs:
2627
python-version: '3.9'
2728
- name: Install dependencies
2829
run: |
29-
sudo apt update && sudo apt install gettext
30+
sudo apt update -y && sudo apt install gettext -y
3031
pip3 install --upgrade pip
3132
pip3 install translate-toolkit
3233
- name: Generate compendium from PO files

0 commit comments

Comments
 (0)