1
0
Fork 0
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:
oliverpool 2023-08-19 20:33:22 +02:00
parent c0415a97da
commit 85936cf5a9

View file

@ -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