Skip to content

Commit 1a3c863

Browse files
sevaajikuma
authored andcommitted
Typos
1 parent 20eaabc commit 1a3c863

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

infoback.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,19 @@ following inputs:
1010
| Inputs | Values |
1111
|----------------------------------|------------------------------|
1212
| GitHub connection (OAuth or PAT) | Select a Github endpoint |
13-
| Method | Select GERT |
13+
| Method | Select GET |
1414
| Extract Values | $.tag_name |
1515
| Variable Name Prefix | RELEASE_
16-
|URL and parameters| https://api.github.com/repos/RepoName/releases/latest e.g: https://api.github.com/repos/jikuma/sampledevspacesapp/releasees/latest|
16+
|URL and parameters| https://api.github.com/repos/RepoName/releases/latest e.g: https://api.github.com/repos/jikuma/sampledevspacesapp/releases/latest|
1717

18-
Once the task executes, there will be a variable in your job, called RELEASE_tag_name with the value that corresponds to the GitHub tag.
18+
Once the task executes, there will be a variable in your job, called `RELEASE_tag_name` with the value that corresponds to the GitHub tag.
1919

20-
You can specify more than one line under Extract Values. Each line would
20+
You can specify several lines under Extract Values. Each line would
2121
generate a job variable with the respective value.
2222

23-
The format of the value specification goes something like this:
24-
`$.objectMember.arrayMember.0.property`. The dot notation is used both for
23+
The format of the value specification goes like this:
24+
`$.objectMember.arrayMember.0.property`. The dollar sign denotes the
25+
root value of the REST API result JSON. The dot notation is used both for
2526
object field access and for array element access.
2627

2728
For arrays, negative indices are supported. If the index is negative,

0 commit comments

Comments
 (0)