parent
df2110a4e7
commit
d1250aade7
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: publish
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- test
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
@ -11,6 +11,7 @@ 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: cat /etc/resolv.conf
|
||||||
- run: apt update && apt install dnsutils -y && dig git.ifsr.de
|
- run: apt update && apt install dnsutils -y && dig git.ifsr.de
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue