mirror of
https://code.forgejo.org/actions/ovh-dns-update
synced 2025-03-14 22:36:58 +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
|
||||
domain: example.org
|
||||
record-id: 12345
|
||||
value: v=1.42
|
||||
value: v=v1.42
|
||||
ovh-endpoint: ${{ steps.test.outputs.OVH_ENDPOINT }}
|
||||
ovh-app-key: APP_KEY
|
||||
ovh-app-secret: APP_SECRET
|
||||
ovh-consumer-key: CON_KEY
|
||||
- name: check record update
|
||||
run: |
|
||||
ls -al .
|
||||
echo "dns.txt"
|
||||
ls -al dns.txt
|
||||
cat dns.txt
|
||||
echo "mouse"
|
||||
cat dns.txt && echo
|
||||
grep --quiet "v=v1.42" dns.txt
|
||||
echo "grep"
|
||||
|
|
Loading…
Add table
Reference in a new issue