Compare commits

..

No commits in common. "d94803aec5ba83eb4918000d7debfcd56d805f98" and "1202e035af327bc9470dbfa9761e74e38f095016" have entirely different histories.

View file

@ -1,13 +1,18 @@
on: [push]
jobs:
job:
runs-on: bookworm
runs-on: docker
container:
image: debian: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-synchronize 'in'
- run: cd-clone-branch
- run: cd-synchronize 'in'