Compare commits
No commits in common. "175e5ca31acac2be0d1d912500f5797f087d11a8" and "f509e41281f2e8520d45fc4de70682db12e61047" have entirely different histories.
175e5ca31a
...
f509e41281
1 changed files with 1 additions and 4 deletions
|
@ -1,14 +1,11 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
container:
|
||||
image: debian:bookworm
|
||||
runs-on: 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