Compare commits
No commits in common. "017fd569a3e0032df89b86b16ea7cffe7c834fcb" and "3cdba74049b91ae86d48ebc1e90b619d1d896e42" have entirely different histories.
017fd569a3
...
3cdba74049
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