1
0
Fork 0
mirror of https://code.forgejo.org/actions/ovh-dns-update synced 2025-03-15 06:46:59 +01:00
This commit is contained in:
oliverpool 2023-08-18 16:21:24 +02:00
parent 95e1d4e7d1
commit 4c59b6079b

View file

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