From 6989bce3d2501af32569f38b23e5a2166e645fd7 Mon Sep 17 00:00:00 2001 From: lizrabuya <115472349+lizrabuya@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:21:57 +1000 Subject: [PATCH] Update fly-colors.yml with new action input --- .github/workflows/fly-colors.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fly-colors.yml b/.github/workflows/fly-colors.yml index 61fcd26..535ac68 100644 --- a/.github/workflows/fly-colors.yml +++ b/.github/workflows/fly-colors.yml @@ -23,10 +23,25 @@ jobs: uses: buildkite/trigger-pipeline-action@v2.0.0 with: buildkite_api_access_token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }} - pipeline: "lzrinc/experimental-pipeline" + pipeline: "lizrabuya/kite-flying-tutorial" branch: master commit: HEAD message: ":buildkite::github: 🚀🚀🚀 Triggered from GHA On $GITHUB_EVENT_NAME" build_env_vars: '{"TRIGGERED_FROM_GHA": "true", "TPA_VERSION": "v2.0.0"}' build_meta_data: '{"TRIGGERED_FROM_PR": "true"}' ignore_pipeline_branch_filter: true + Trigger-Pipeline-Action-latest: + runs-on: ubuntu-latest + steps: + - name: Trigger a Buildkite Build on Push using latest + uses: buildkite/trigger-pipeline-action@latest + with: + buildkite_api_access_token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }} + pipeline: "lizrabuya/kite-flying-tutorial" + branch: master + commit: HEAD + message: ":buildkite::github: 🚀🚀🚀 Triggered from GHA On $GITHUB_EVENT_NAME" + build_env_vars: '{"TRIGGERED_FROM_GHA": "true", "TPA_VERSION": "v2.0.0"}' + build_meta_data: '{"TRIGGERED_FROM_PR": "true"}' + ignore_pipeline_branch_filter: true + send_pull_request: true