This commit is contained in:
parent
8183b155fb
commit
df2110a4e7
|
@ -11,6 +11,8 @@ jobs:
|
||||||
# env:
|
# env:
|
||||||
# SSH_PRIVATE_KEY: ${{ secrets.SOME_SECRET_THAT_REPRESENTS_THE_PRIVATE_KEY }}
|
# SSH_PRIVATE_KEY: ${{ secrets.SOME_SECRET_THAT_REPRESENTS_THE_PRIVATE_KEY }}
|
||||||
steps:
|
steps:
|
||||||
|
- run: apt update && apt install dnsutils -y && dig git.ifsr.de
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
Loading…
Reference in a new issue