From a84287f0741abef2756562629ee36692323fafdf Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 25 Jun 2024 15:46:17 +0200 Subject: [PATCH] this commit works locally --- .forgejo/workflows/demo.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 270d118..7e40826 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -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 @@ -25,4 +16,4 @@ jobs: run: ls -lah - name: Test secrets - run: echo ${{ secrets.SSH_Key_sample }} \ No newline at end of file + run: echo ${{ secrets.SSH_Key_sample }}