Skip to content

Commit f4f18d3

Browse files
Add more debugging
1 parent cf50672 commit f4f18d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/backup.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ jobs:
7272
- name: Add jq to path
7373
run: |
7474
jq=$(which jq)
75+
echo $jq
76+
echo $PATH
7577
export PATH=$jq:$PATH
78+
79+
echo $PATH
7680
- name: Perform backup
7781
run: |
7882
docker run -e "GHE_HOSTNAME=${{ inputs.hostname }}" \

0 commit comments

Comments
 (0)