From 29ee114ce28c824588053f7605b1a62695277106 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 22 Jan 2024 13:46:24 +0100 Subject: [PATCH] ci: revert to actions with patch --- .forgejo/workflows/demo.yaml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 2fd8470..351a7c1 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -9,17 +9,11 @@ jobs: runs-on: docker steps: - # - 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 + - 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: Check root - run: ls -lahR /* - - # - name: Check actions path - # run: ls -lah /var/run/act/actions + - name: Setup repo + uses: actions/checkout@v4 - name: Check repo run: ls -lah