diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index aede9ef..bdec0be 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -16,7 +16,7 @@ jobs: - name: Checkout Continuwuity run: | - REF=${{ github.event.client_payload.ref || 'main' }} + REF=${{ github.event.client_payload.ref || 'deployment' }} git clone --depth 1 --branch "${REF##refs/heads/}" \ http://forgejo.tooling.svc.cluster.local:3000/ember/continuwuity.git .