Skip to content

Commit d44a0d7

Browse files
committed
correct documentation on context
1 parent 43aebc7 commit d44a0d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ In your bosh deployment manifest, add to the `groundcrew.additional_resource_typ
3939
* `api_endpoint`: *Optional.* If the repository is located on a GitHub Enterprise
4040
instance you need to specify the base api endpoint (e.g. "https://\<hostname\>/api/v3/").
4141

42-
* `context`: *Optional.* The context on the specified pull request (defaults to `concourse-ci`)
43-
4442
## Behavior
4543

4644
### `check`: Check for new pull requests
@@ -66,6 +64,8 @@ Set the status message for `concourseci` context on specified pull request.
6664

6765
* `status`: *Required.* The status of success, failure, error, or pending.
6866

67+
* `context`: *Optional.* The context on the specified pull request (defaults to `concourse-ci`)
68+
6969
## Example pipeline
7070

7171
This is what I am currently using to test this resource on Concourse.

0 commit comments

Comments
 (0)