Skip to content

Commit

Permalink
ci: Fix missing apostrophe (envoyproxy#35971)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Sep 4, 2024
1 parent e4cc855 commit c198038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
BAZEL_FAKE_SCM_REVISION: ${{ github.event_name == 'pull_request' && 'e3b4a6e9570da15ac1caffdded17a8bebdc7dfc9' || '' }}
CI_BRANCH: >-
${{ inputs.trusted
&& format('refs/heads/{0}, fromJSON(inputs.request).request.target-branch)
&& format('refs/heads/{0}', fromJSON(inputs.request).request.target-branch)
|| '' }}
CI_SHA1: ${{ github.sha }}
CI_TARGET_BRANCH: ${{ fromJSON(inputs.request).request.target-branch }}
Expand Down

0 comments on commit c198038

Please sign in to comment.