-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
43 lines (39 loc) · 1015 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: 'InstaWP'
description: 'This action makes it easy to interact with the InstaWP API.'
author: 'Chris Jayden'
branding:
icon: 'rocket'
color: 'red'
inputs:
'instawp-token':
description: 'InstaWP API token'
required: true
'instawp-action':
description: 'InstaWP action'
required: true
'instawp-template-slug':
description: 'InstaWP template slug'
required: true
'github-token':
description: 'GitHub token'
required: true
'instawp-artifact-zip-url':
description: 'Url to the zip file'
required: false
'repo-id':
description: 'GitHub repository ID'
required: true
'timeout-seconds':
description: 'Timeout in seconds'
required: false
'update-comment':
description: 'Whether or not to update any comments or to create a new one'
required: false
outputs:
instawp_url:
description: 'InstaWP WordPress URL'
instawp_magic_login_url:
description: 'InstaWP Magic Login URL'
runs:
using: 'node20'
main: 'dist/index.js'