diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 88dc1ec..aa7ba3a 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -12,6 +12,7 @@ jobs: runs-on: runner-custom if: gitea.ref == 'refs/heads/main' steps: + - name: 'Checkout Service' - uses: actions/checkout@v4 - run: | whoami