mirror of
https://code.forgejo.org/actions/ovh-dns-update
synced 2025-03-15 23:09:03 +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 &
|
||||
# wait for the output to be written (OVH_ENDPOINT)
|
||||
sleep 1
|
||||
- name: update a record
|
||||
- name: update the record
|
||||
uses: ./
|
||||
with:
|
||||
subdomain: _release
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
ovh-app-key: APP_KEY
|
||||
ovh-app-secret: APP_SECRET
|
||||
ovh-consumer-key: CON_KEY
|
||||
- name: check record update
|
||||
- name: check updated record value
|
||||
run: |
|
||||
cat dns.txt && echo
|
||||
grep --quiet "v=v1.42" dns.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue