mirror of
https://code.forgejo.org/actions/ovh-dns-update
synced 2025-03-15 14:54:40 +01:00
set inputs
This commit is contained in:
parent
071f5084c6
commit
5a29956273
1 changed files with 7 additions and 2 deletions
|
@ -24,6 +24,11 @@ jobs:
|
||||||
- name: update a record
|
- name: update a record
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
subdomain: /tmp/website
|
subdomain: sub
|
||||||
|
domain: example.org
|
||||||
|
record-id: 123
|
||||||
|
value: v=1.2.3
|
||||||
ovh-endpoint: ${{ steps.test.outputs.OVH_ENDPOINT }}
|
ovh-endpoint: ${{ steps.test.outputs.OVH_ENDPOINT }}
|
||||||
# TODO: verify it runned
|
ovh-app-key: KEY
|
||||||
|
ovh-app-secret: SECRET
|
||||||
|
ovh-consumer-key: CKEY
|
||||||
|
|
Loading…
Add table
Reference in a new issue