-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaction.yml
More file actions
26 lines (26 loc) · 721 Bytes
/
action.yml
File metadata and controls
26 lines (26 loc) · 721 Bytes
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
name: Setup Sentry CLI
description: Setup the Sentry CLI
author: Mathieu Bour
branding:
color: orange
icon: triangle
runs:
using: node20
main: dist/main.js
inputs:
version:
description: Sentry CLI version to use. By default, the action will use the latest one.
required: false
default: latest
token:
description: Authentication token to use. If not provided, you will have to authenticate yourself later.
required: false
url:
description: Sentry server URL. By default, sentry-cli will use https://sentry.io.
required: false
organization:
description: Default Sentry organization.
required: false
project:
description: Default Sentry project.
required: false