1
0
Fork 0
mirror of https://code.forgejo.org/actions/ovh-dns-update synced 2025-03-15 06:46:59 +01:00
This commit is contained in:
oliverpool 2023-08-19 20:30:41 +02:00
parent fceb957eac
commit c0415a97da

View file

@ -26,17 +26,12 @@ jobs:
subdomain: _release
domain: example.org
record-id: 12345
value: v=1.42
value: v=v1.42
ovh-endpoint: ${{ steps.test.outputs.OVH_ENDPOINT }}
ovh-app-key: APP_KEY
ovh-app-secret: APP_SECRET
ovh-consumer-key: CON_KEY
- name: check record update
run: |
ls -al .
echo "dns.txt"
ls -al dns.txt
cat dns.txt
echo "mouse"
cat dns.txt && echo
grep --quiet "v=v1.42" dns.txt
echo "grep"