Compare commits
No commits in common. "1202e035af327bc9470dbfa9761e74e38f095016" and "34596a3ef632b5e7f30c1e513db5c6e99e545776" have entirely different histories.
1202e035af
...
34596a3ef6
3 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
job:
|
|
||||||
|
|
||||||
runs-on: docker
|
|
||||||
container:
|
|
||||||
image: debian:bookworm
|
|
||||||
|
|
||||||
steps:
|
|
||||||
|
|
||||||
- name: cd-bootstrap
|
|
||||||
env:
|
|
||||||
CD: '${{secrets.cd}}'
|
|
||||||
run: eval '${{vars.cd}}'
|
|
||||||
|
|
||||||
- run: cd-clone-branch
|
|
||||||
|
|
||||||
- run: cd-synchronize 'in'
|
|
Loading…
Reference in a new issue