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

This commit is contained in:
job 2024-05-30 16:35:00 +02:00
parent bf501a443a
commit 0c2a87b7bc

View file

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