generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
41 lines (37 loc) · 957 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
name: 'Redocly Reunite Push'
description: 'Action for pushing files to Redocly Reunite app'
author: 'Redocly'
branding:
icon: 'upload-cloud'
color: 'blue'
inputs:
organization:
description: 'Redocly organization slug'
required: true
project:
description: 'Redocly project slug'
required: true
domain:
description: 'Redocly app domain'
required: false
default: 'https://app.cloud.redocly.com'
files:
description: 'Space-separated list of files and/or folders to push'
required: true
mountPath:
description: 'Remote content mount path inside the target Redocly project'
required: true
maxExecutionTime:
description: 'Max execution time in seconds'
required: false
default: '1200'
githubToken:
description: 'Token to authenticate with'
required: true
default: ${{ github.token }}
outputs:
pushId:
description: 'Push ID'
runs:
using: node20
main: dist/index.js