This commit is contained in:
parent
aad52b0050
commit
347456f004
|
@ -9,6 +9,12 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug local net
|
||||||
|
run: curl -fsSL -vvv localhost:10001 1> /dev/null
|
||||||
|
|
||||||
|
- name: Debug local net secure
|
||||||
|
run: curl -fsSL -vvv https://git.cohabit.fr 1> /dev/null
|
||||||
|
|
||||||
- name: 'FIX: fetch actions/checkout@v4'
|
- name: 'FIX: fetch actions/checkout@v4'
|
||||||
run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js
|
run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue