-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstep.yml
More file actions
executable file
·54 lines (53 loc) · 1.53 KB
/
step.yml
File metadata and controls
executable file
·54 lines (53 loc) · 1.53 KB
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
44
45
46
47
48
49
50
51
52
53
54
name: "Step GitHub Status"
description: |
Update commit status for GitHub repositories
website: http://www.steplib.com/
fork_url: https://github.com/bitrise-io/steps-github-status
source:
git: https://github.com/bitrise-io/steps-github-status.git
host_os_tags:
- "osx-10.9"
- "osx-10.10"
project_type_tags: []
type_tags:
- "github"
- "status"
is_requires_admin_user: false
is_always_run: false
is_skippable: false
inputs:
- repository_url: $GIT_REPOSITORY_URL
opts:
title: "Repository URL"
description: |
The URL for the repository we are working with
is_required: true
is_expand: true
is_dont_change_value: true
- commit_hash: $BITRISE_GIT_COMMIT
opts:
title: "Commit hash"
description: |
The commit hash for the commit we are working with
is_required: true
is_expand: true
is_dont_change_value: true
- pull_id: $BITRISE_PULL_REQUEST
opts:
title: "Build URL"
description: |
Build URL with detailed information for the build
is_required: true
is_expand: true
is_dont_change_value: true
- auth_token: $auth_token
opts:
title: "GitHub auth token"
description: |
Authorization token for GitHub applications
You can create one for yourself at the following url:
[https://github.com/settings/applications#personal-access-tokens](https://github.com/settings/applications#personal-access-tokens)
is_required: true
is_expand: true
is_dont_change_value: true
outputs: []