Update .forgejo/workflows/demo.yaml
Some checks failed
/ test (push) Failing after 2s

This commit is contained in:
job 2024-05-30 16:32:24 +02:00
parent 7a34119ab2
commit bf501a443a

View file

@ -6,6 +6,8 @@ jobs:
# image: debian:stable-slim
steps:
- uses: actions/checkout@v4
- run: echo {{secrets.SSH_PRIV_KEY}} > ./pub_key
- run: ssh -i ./pub_key job@airflow.local hostname
- run: ls -al