mirror of
https://code.forgejo.org/actions/ovh-dns-update
synced 2025-03-15 06:46:59 +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
|
||||
ACTION_TESTING=1 ./ovh-dns-update.test &
|
||||
sleep 1
|
||||
ls .
|
||||
echo $GITHUB_OUTPUT
|
||||
- name: update a record
|
||||
uses: ./
|
||||
with:
|
||||
subdomain: _release
|
||||
domain: example.org
|
||||
record-id: 12345
|
||||
value: v=42
|
||||
value: v=1.42
|
||||
ovh-endpoint: ${{ steps.test.outputs.OVH_ENDPOINT }}
|
||||
ovh-app-key: KEY
|
||||
ovh-app-secret: SECRET
|
||||
ovh-consumer-key: CKEY
|
||||
ovh-app-key: APP_KEY
|
||||
ovh-app-secret: APP_SECRET
|
||||
ovh-consumer-key: CON_KEY
|
||||
|
|
Loading…
Add table
Reference in a new issue