diff --git a/.forgejo/workflows/pr.yml b/.forgejo/workflows/pr.yml index 5bf4ecc..7d227bd 100644 --- a/.forgejo/workflows/pr.yml +++ b/.forgejo/workflows/pr.yml @@ -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