Skip to content

Commit

Permalink
Merge pull request #4223 from systeminit/tryest
Browse files Browse the repository at this point in the history
fix: use head_ref to get the correct branch name
  • Loading branch information
sprutton1 authored Jul 24, 2024
2 parents daa29cb + 54153d6 commit da38a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/try.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
buildkite_api_access_token: ${{ secrets.BUILDKITE_TOKEN }}
pipeline: "system-initiative/si-merge-queue"
branch: ${{ github.ref_name }}
message: ":github: Try for branch ${{ github.ref_name }}"
branch: ${{ github.head_ref }}
message: ":github: Try for branch ${{ github.head_ref }}"
ignore_pipeline_branch_filter: true
send_pull_request: true

0 comments on commit da38a23

Please sign in to comment.