We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f7db2 commit 3c84e81Copy full SHA for 3c84e81
scripts/trigger_create_releases_pr.sh
@@ -4,4 +4,4 @@ curl --request POST -v \
4
--url https://circleci.com/api/v2/project/github/gruntwork-io/docs/pipeline \
5
--header "Circle-Token: $CIRCLE_TOKEN" \
6
--header 'content-type: application/json' \
7
- --data '{"branch":"apiRelease"}'
+ --data '{"branch":"main"}'
0 commit comments