Skip to content

Commit 96322ba

Browse files
Add more debugging
1 parent f4f18d3 commit 96322ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/backup.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
jq=$(which jq)
7575
echo $jq
7676
echo $PATH
77-
export PATH=$jq:$PATH
77+
export PATH=$PATH:$jq
78+
command -v jq
7879
7980
echo $PATH
8081
- name: Perform backup

0 commit comments

Comments
 (0)