parent
8cdd9d8020
commit
4229ccd6f9
2 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/main.yaml
Normal file
15
.forgejo/workflows/main.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
runs-on: bookworm
|
||||
steps:
|
||||
- name: cd
|
||||
env:
|
||||
CD: '${{secrets.cd}}'
|
||||
run: eval '${{vars.cd}}'
|
||||
|
||||
- run: cd-clone-branch
|
||||
|
||||
- run: cd-browse-workspace
|
||||
|
||||
- run: cd-synchronize 'in'
|
Loading…
Reference in a new issue