From 72fe2b368124f207d26eea03864bc368182966e6 Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Fri, 4 Jul 2025 12:50:28 +0200 Subject: [PATCH] it should already be there it is now a submodule... --- .gitea/workflows/action.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index b5951ca..e36a271 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -16,13 +16,8 @@ jobs: steps: - name: checkout repo uses: actions/checkout@v4 - - name: checkout Sinq Motor repo - uses: actions/checkout@v4 with: - repository: 'lin-epics-modules/sinqMotor' - path: 'sinqmotor' - token: "${{ secrets.read_key }}" - github-server-url: 'https://gitea.psi.ch' + submodules: 'true' - run: | ls -lsah ls -lsah sinqmotor