github/ubuntu
This commit is contained in:
parent
3091459389
commit
35f026a454
1 changed files with 1 additions and 0 deletions
1
.github/workflows/debian:bookworm.yaml
vendored
1
.github/workflows/debian:bookworm.yaml
vendored
|
@ -3,6 +3,7 @@ jobs:
|
||||||
job:
|
job:
|
||||||
container:
|
container:
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: cd
|
- name: cd
|
||||||
run: ${{vars.cd}} "${{secrets.cd_ssh_key}}" "${{vars.cd_ssh_hosts}}"
|
run: ${{vars.cd}} "${{secrets.cd_ssh_key}}" "${{vars.cd_ssh_hosts}}"
|
||||||
|
|
Loading…
Reference in a new issue