Skip to content

Commit cc56688

Browse files
committed
Add reference to the action.yml from the readme for input parameter reference
1 parent 33069d0 commit cc56688

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ A [GitHub Action](https://github.com/actions) for triggering a build on a [Build
1111

1212
Create a [Buildkite API Access Token](https://buildkite.com/docs/apis/rest-api#authentication) with `write_builds` scope, and save it to your GitHub repository’s **Settings → Secrets**. Then you can configure your Actions workflow with the details of the pipeline to be triggered, and the settings for the build.
1313

14+
## Inputs
1415

15-
## Configuration Options
16-
17-
### Configuration as Input Parameters
18-
19-
The following workflow creates a new Buildkite build to the target `pipeline` on every commit.
16+
Refer to the [action.yml](./action.yml) for more detailed information on parameter use.
17+
18+
### Example
2019

20+
The following workflow creates a new Buildkite build to the target `pipeline` on every commit.
2121
```
2222
on: [push]
2323

0 commit comments

Comments
 (0)