Compare commits
No commits in common. "d94803aec5ba83eb4918000d7debfcd56d805f98" and "1202e035af327bc9470dbfa9761e74e38f095016" have entirely different histories.
d94803aec5
...
1202e035af
1 changed files with 12 additions and 7 deletions
|
@ -1,9 +1,14 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
runs-on: bookworm
|
||||
|
||||
runs-on: docker
|
||||
container:
|
||||
image: debian:bookworm
|
||||
|
||||
steps:
|
||||
- name: cd
|
||||
|
||||
- name: cd-bootstrap
|
||||
env:
|
||||
CD: '${{secrets.cd}}'
|
||||
run: eval '${{vars.cd}}'
|
||||
|
|
Loading…
Reference in a new issue