From 8ceaf7825fbb7d96e893d0573e7b7f44291666ca Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 22 Jan 2024 14:50:10 +0100 Subject: [PATCH] ci: check inner actions path --- .forgejo/workflows/demo.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index df8936a..bc18f61 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -9,8 +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: '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 inner action path + run: ls -lahR /run/act - name: Setup repo uses: actions/checkout@v4