Compare commits
3 commits
5e077c7770
...
152bd49b66
Author | SHA1 | Date | |
---|---|---|---|
152bd49b66 | |||
8e59433d07 | |||
a6bc21964a |
1 changed files with 7 additions and 8 deletions
|
@ -1,16 +1,15 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
|
||||
runs-on: bookworm
|
||||
|
||||
steps:
|
||||
- name: cd
|
||||
env:
|
||||
CD: '${{secrets.cd}}'
|
||||
run: eval '${{vars.cd}}'
|
||||
|
||||
- name: cd-bootstrap
|
||||
env:
|
||||
CD: '${{secrets.cd}}'
|
||||
run: eval '${{vars.cd}}'
|
||||
- run: cd-clone-branch
|
||||
|
||||
- run: cd-clone-branch
|
||||
- run: cd-browse-workspace
|
||||
|
||||
- run: cd-synchronize 'in'
|
||||
- run: cd-synchronize 'in'
|
||||
|
|
Loading…
Reference in a new issue