Update .forgejo/workflows/build.yaml
All checks were successful
Trigger CI Pipeline / dispatch (push) Successful in 26s
All checks were successful
Trigger CI Pipeline / dispatch (push) Successful in 26s
This commit is contained in:
parent
bfe7415f9d
commit
3e469f937c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue