This commit is contained in:
parent
347456f004
commit
a84287f074
|
@ -1,4 +1,4 @@
|
|||
name: Named workflow
|
||||
name: UiNamed workflow
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -9,15 +9,6 @@ jobs:
|
|||
runs-on: docker
|
||||
|
||||
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'
|
||||
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
|
||||
|
||||
- name: Setup repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Reference in a new issue