Skip to content

Commit

Permalink
[Console] Fix typo in generated PR title (elastic#209255)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba authored Feb 4, 2025
1 parent cd71daa commit 7da9717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/console_definitions_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ main () {
git config --global user.name "$KIBANA_MACHINE_USERNAME"
git config --global user.email '42973632+kibanamachine@users.noreply.github.com'

PR_TITLE="[Console] Update console definitions (${branch_name})"
PR_TITLE="[Console] Update console definitions (${BUILDKITE_BRANCH})"
PR_BODY='This PR updates the console definitions to match the latest ones from the @elastic/elasticsearch-specification repo.'

# Check if a PR already exists
Expand Down

0 comments on commit 7da9717

Please sign in to comment.