Skip to content

Update fly-colors.yml #6

Update fly-colors.yml

Update fly-colors.yml #6

Workflow file for this run

name: Test Workflow
on: push
jobs:
Colorful-Actions:
runs-on: ubuntu-latest
steps:
- name: Trigger a Buildkite Build on PR workflow
uses: buildkite/[email protected]
with:
buildkite-token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }}
pipeline: "lzrinc/experimental-pipeline"
branch: ${{ github.ref }}
commit: ${{ github.sha }}
message: ":buildkite::github: 🚀🚀🚀 Triggered from GHA On $GITHUB_EVENT_NAME"
build-env-vars: '{"TRIGGERED_FROM_GHA": "true"}'
build-meta-data: '{"TRIGGERED_FROM_PR": "true"}'
ignore-pipeline-branch-filter: true