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 }}