Compare commits

..

No commits in common. "175e5ca31acac2be0d1d912500f5797f087d11a8" and "f509e41281f2e8520d45fc4de70682db12e61047" have entirely different histories.

View file

@ -1,14 +1,11 @@
on: [push] on: [push]
jobs: jobs:
job: job:
container: runs-on: bookworm
image: debian:bookworm
steps: steps:
- name: cd - name: cd
env: env:
CD: '${{secrets.cd}}' CD: '${{secrets.cd}}'
CD_OS_NAME: debian
CD_OS_VERSION: bookworm
run: eval '${{vars.cd}}' run: eval '${{vars.cd}}'
- run: cd-list-environment - run: cd-list-environment