mirror of
https://code.forgejo.org/actions/ovh-dns-update
synced 2025-03-15 14:54:40 +01:00
fix test
This commit is contained in:
parent
95e1d4e7d1
commit
4c59b6079b
1 changed files with 4 additions and 6 deletions
|
@ -21,16 +21,14 @@ jobs:
|
||||||
go test -c
|
go test -c
|
||||||
ACTION_TESTING=1 ./ovh-dns-update.test &
|
ACTION_TESTING=1 ./ovh-dns-update.test &
|
||||||
sleep 1
|
sleep 1
|
||||||
ls .
|
|
||||||
echo $GITHUB_OUTPUT
|
|
||||||
- name: update a record
|
- name: update a record
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
subdomain: _release
|
subdomain: _release
|
||||||
domain: example.org
|
domain: example.org
|
||||||
record-id: 12345
|
record-id: 12345
|
||||||
value: v=42
|
value: v=1.42
|
||||||
ovh-endpoint: ${{ steps.test.outputs.OVH_ENDPOINT }}
|
ovh-endpoint: ${{ steps.test.outputs.OVH_ENDPOINT }}
|
||||||
ovh-app-key: KEY
|
ovh-app-key: APP_KEY
|
||||||
ovh-app-secret: SECRET
|
ovh-app-secret: APP_SECRET
|
||||||
ovh-consumer-key: CKEY
|
ovh-consumer-key: CON_KEY
|
||||||
|
|
Loading…
Add table
Reference in a new issue