mirror of
https://code.forgejo.org/actions/ovh-dns-update
synced 2025-03-15 06:46:59 +01:00
cleanup
This commit is contained in:
parent
fceb957eac
commit
c0415a97da
1 changed files with 2 additions and 7 deletions
|
@ -26,17 +26,12 @@ jobs:
|
||||||
subdomain: _release
|
subdomain: _release
|
||||||
domain: example.org
|
domain: example.org
|
||||||
record-id: 12345
|
record-id: 12345
|
||||||
value: v=1.42
|
value: v=v1.42
|
||||||
ovh-endpoint: ${{ steps.test.outputs.OVH_ENDPOINT }}
|
ovh-endpoint: ${{ steps.test.outputs.OVH_ENDPOINT }}
|
||||||
ovh-app-key: APP_KEY
|
ovh-app-key: APP_KEY
|
||||||
ovh-app-secret: APP_SECRET
|
ovh-app-secret: APP_SECRET
|
||||||
ovh-consumer-key: CON_KEY
|
ovh-consumer-key: CON_KEY
|
||||||
- name: check record update
|
- name: check record update
|
||||||
run: |
|
run: |
|
||||||
ls -al .
|
cat dns.txt && echo
|
||||||
echo "dns.txt"
|
|
||||||
ls -al dns.txt
|
|
||||||
cat dns.txt
|
|
||||||
echo "mouse"
|
|
||||||
grep --quiet "v=v1.42" dns.txt
|
grep --quiet "v=v1.42" dns.txt
|
||||||
echo "grep"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue