Skip to content

Commit 0852151

Browse files
Update jekyll/_cci2/configuration-cookbook.md
1 parent dc0c1df commit 0852151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/configuration-cookbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ workflows:
504504
- report
505505
```
506506

507-
The `action` parameter will default to `build` on pushes. Below is an example of supplying a different value using API v2 Trigger a New Pipeline endpoint and Pipeline Parameters to select a different workflow to run, in this case, `report`. Remember to substitute [`project-slug`({{ site.baseurl }}/2.0/api-developers-guide/#getting-started-with-the-api) for your values.
507+
The `action` parameter will default to `build` on pushes. Below is an example of supplying a different value using the API v2 Trigger a New Pipeline endpoint and Pipeline Parameters to select a different workflow to run, in this case, `report`. Remember to substitute [`project-slug`({{ site.baseurl }}/2.0/api-developers-guide/#getting-started-with-the-api) for your values.
508508

509509
```sh
510510
curl -X POST https://circleci.com/api/v2/project/{project-slug}/pipeline \

0 commit comments

Comments
 (0)