From 9cbe3875b925073e6cdcbd095cd3e5ca2c4e7264 Mon Sep 17 00:00:00 2001 From: Richard Robert Reitz Date: Thu, 2 Oct 2025 14:24:45 +0200 Subject: [PATCH] fix(pipeline): added checkout action --- .forgejo/workflows/deploy.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 984ac0e..2488f50 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -8,8 +8,10 @@ jobs: runs-on: ubuntu-22.04 steps: - - - name: Deploy action + - name: Checkout + uses: actions/checkout@v4 + + - name: Deploy action uses: https://edp.buildth.ing/DevFW-CICD/edge-connect-deploy-action@main id: deploy with: