parent
1b2106a74a
commit
755cb715aa
1 changed files with 1 additions and 1 deletions
|
@ -5,12 +5,12 @@ jobs:
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: cd
|
- name: cd
|
||||||
|
shell: bash
|
||||||
env:
|
env:
|
||||||
CD: '${{secrets.cd}}'
|
CD: '${{secrets.cd}}'
|
||||||
CD_OS_NAME: debian
|
CD_OS_NAME: debian
|
||||||
CD_OS_VERSION: bookworm
|
CD_OS_VERSION: bookworm
|
||||||
run: eval '${{vars.cd}}'
|
run: eval '${{vars.cd}}'
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- run: cd-list-environment
|
- run: cd-list-environment
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue