Compare commits
9 commits
f509e41281
...
175e5ca31a
Author | SHA1 | Date | |
---|---|---|---|
175e5ca31a | |||
755cb715aa | |||
1b2106a74a | |||
10f1035dc6 | |||
87cf7243f2 | |||
775a50b553 | |||
4e2ebdc7e5 | |||
cba8e97205 | |||
1c241d9612 |
1 changed files with 4 additions and 1 deletions
|
@ -1,11 +1,14 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
runs-on: bookworm
|
||||
container:
|
||||
image: debian:bookworm
|
||||
steps:
|
||||
- name: cd
|
||||
env:
|
||||
CD: '${{secrets.cd}}'
|
||||
CD_OS_NAME: debian
|
||||
CD_OS_VERSION: bookworm
|
||||
run: eval '${{vars.cd}}'
|
||||
|
||||
- run: cd-list-environment
|
||||
|
|
Loading…
Reference in a new issue