parent
5e077c7770
commit
a6bc21964a
1 changed files with 6 additions and 9 deletions
|
@ -1,16 +1,13 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
|
|
||||||
runs-on: bookworm
|
runs-on: bookworm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: cd-bootstrap
|
||||||
|
env:
|
||||||
|
CD: '${{secrets.cd}}'
|
||||||
|
run: eval '${{vars.cd}}'
|
||||||
|
|
||||||
- name: cd-bootstrap
|
- run: cd-clone-branch
|
||||||
env:
|
|
||||||
CD: '${{secrets.cd}}'
|
|
||||||
run: eval '${{vars.cd}}'
|
|
||||||
|
|
||||||
- run: cd-clone-branch
|
- run: cd-synchronize 'in'
|
||||||
|
|
||||||
- run: cd-synchronize 'in'
|
|
||||||
|
|
Loading…
Reference in a new issue