mirror of
https://code.forgejo.org/actions/ovh-dns-update
synced 2025-03-15 06:46:59 +01:00
better wording
This commit is contained in:
parent
c0415a97da
commit
85936cf5a9
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
ACTION_TESTING=1 ./ovh-dns-update.test &
|
ACTION_TESTING=1 ./ovh-dns-update.test &
|
||||||
# wait for the output to be written (OVH_ENDPOINT)
|
# wait for the output to be written (OVH_ENDPOINT)
|
||||||
sleep 1
|
sleep 1
|
||||||
- name: update a record
|
- name: update the record
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
subdomain: _release
|
subdomain: _release
|
||||||
|
@ -31,7 +31,7 @@ jobs:
|
||||||
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 updated record value
|
||||||
run: |
|
run: |
|
||||||
cat dns.txt && echo
|
cat dns.txt && echo
|
||||||
grep --quiet "v=v1.42" dns.txt
|
grep --quiet "v=v1.42" dns.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue