generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 2
/
action.yml
34 lines (30 loc) · 883 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
name: Heroku Deploy Review App
description: Create and update a Heroku review app when a PR is raised by someone with write or admin access
branding:
icon: monitor
color: green
inputs:
github_token:
required: true
description: Github access token
github_label:
required: false
description: Label to apply to PRs (or trigger builds when added to PR)
default: ''
should_comment_pull_request:
required: false
description: Whether to comment on the PR
default: false
should_wait_for_build:
required: false
description: Whether to wait for the build to finish the github action
default: true
heroku_api_token:
required: true
description: Heroku API token
heroku_pipeline_id:
required: true
description: The UUID of your herkou pipeline to create review app within
runs:
using: node16
main: dist/index.js