From f23f1fa79c8a980e502efc364b441cd2f4943476 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Tue, 25 Jun 2024 14:43:59 +0200 Subject: [PATCH] ci: Add repo checkout --- .gitea/workflows/builder.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/builder.yaml b/.gitea/workflows/builder.yaml index 7293c6d..01171fb 100644 --- a/.gitea/workflows/builder.yaml +++ b/.gitea/workflows/builder.yaml @@ -15,6 +15,8 @@ jobs: if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run x86' || github.event.comment.body == '!actions run all' }} steps: + - name: Checkout repository + uses: https://github.com/actions/checkout@v4 - name: Create ISO run: | apt update @@ -47,6 +49,8 @@ jobs: if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run arm' || github.event.comment.body == '!actions run all' }} steps: + - name: Checkout repository + uses: https://github.com/actions/checkout@v4 - name: Create ISO run: | apt update