Skip to content

Commit 47d753d

Browse files
Install jq
1 parent 4258712 commit 47d753d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/backup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
run: chmod 0600 $HOME/backup
7070
- name: change version
7171
run: echo "3.8.0" > $HOME/version
72+
- name: Install jq
73+
run: sudo apt-get install jq
7274
- name: Perform backup
7375
run: |
7476
docker run -e "GHE_HOSTNAME=${{ inputs.hostname }}" \

0 commit comments

Comments
 (0)