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

This commit is contained in:
job 2024-05-30 16:37:03 +02:00
parent 37538b5249
commit 6a33797de2

View file

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