forked from MeilCli/danger-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
35 lines (35 loc) · 966 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
name: 'Danger action'
description: 'Run danger'
author: 'MeilCli'
branding:
icon: zap
color: red
inputs:
danger_version:
description: 'danger version'
default: '>= 6.0.0'
danger_version_file:
description: 'danger version file'
default: '.tool-versions'
danger_version_file_format:
description: 'danger version file format'
default: 'asdf'
plugins_file:
description: 'gemfile for danger plugin. if set plugins_file, action do not exec gem install'
install_path:
description: 'bundle install path'
danger_file:
description: 'dangerfile for danger'
required: true
danger_id:
description: 'danger id, set identifier string'
required: true
fail_on_stderr_when_bundler:
description: 'action fail when bunder output stderr'
default: 'false'
fail_on_stderr_when_danger:
description: 'action fail when danger output stderr'
default: 'false'
runs:
using: 'node16'
main: 'dist/index.js'