test
Some checks failed
publish / publish (push) Failing after 21s

This commit is contained in:
Lyn Fugmann 2024-10-05 16:44:23 +02:00
parent df2110a4e7
commit d1250aade7

View file

@ -3,7 +3,7 @@ name: publish
on:
push:
branches:
- main
- test
jobs:
publish:
@ -11,6 +11,7 @@ jobs:
# env:
# SSH_PRIVATE_KEY: ${{ secrets.SOME_SECRET_THAT_REPRESENTS_THE_PRIVATE_KEY }}
steps:
- run: cat /etc/resolv.conf
- run: apt update && apt install dnsutils -y && dig git.ifsr.de
- uses: actions/checkout@v4