Compare commits
No commits in common. "152bd49b6683dec0b06787986a180b5c3b709e50" and "5e077c7770e44a3e04d18808cc4d1b73b2588395" have entirely different histories.
152bd49b66
...
5e077c7770
1 changed files with 8 additions and 7 deletions
|
@ -1,15 +1,16 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
|
||||
runs-on: bookworm
|
||||
|
||||
steps:
|
||||
- name: cd
|
||||
env:
|
||||
CD: '${{secrets.cd}}'
|
||||
run: eval '${{vars.cd}}'
|
||||
|
||||
- run: cd-clone-branch
|
||||
- name: cd-bootstrap
|
||||
env:
|
||||
CD: '${{secrets.cd}}'
|
||||
run: eval '${{vars.cd}}'
|
||||
|
||||
- run: cd-browse-workspace
|
||||
- run: cd-clone-branch
|
||||
|
||||
- run: cd-synchronize 'in'
|
||||
- run: cd-synchronize 'in'
|
||||
|
|
Loading…
Reference in a new issue