File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6363
6464 # - name: Download qbt-nox-static.bash
6565 # run: |
66- # curl -LO "https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/refs/heads/main/${script_name}"
66+ # # Make sure the branch is set to master for qbittorrent-nox-static and main qbittorrent-nox-static-test
67+ # curl -LO "https://raw.githubusercontent.com/userdocs/qbittorrent-nox-static/refs/heads/master/${script_name}"
6768 # chmod +x "${script_name}"
6869
6970 - name : Host - Create Docker template env file ${{ inputs.distinct_id }}
@@ -121,7 +122,7 @@ jobs:
121122
122123 - name : Docker - bootstrap_deps ${{ inputs.distinct_id }}
123124 if : inputs.script_name == 'qbt-nox-static.bash'
124- run : docker exec ${container_name} bash ${script_name} bootstrap_deps
125+ run : docker exec -u gh:gh ${container_name} bash ${script_name} bootstrap_deps
125126
126127 - name : Docker - Bootstrap build ${{ inputs.distinct_id }}
127128 run : docker exec -u gh:gh ${container_name} bash ${script_name} -bs-a
You can’t perform that action at this time.
0 commit comments