Skip to content

Commit

Permalink
use tr
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Nov 7, 2024
1 parent 8b5349f commit 28ef430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccip-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: get_chainlink_sha
run: |
if [ "${{ github.event_name }}" == "pull_request" ]; then
comment=$(echo "${{ steps.fetch_pr_data.outputs.result }}" | jq -r .)
comment=$(echo "${{ steps.fetch_pr_data.outputs.result }}" | tr -d '"')
echo $comment
core_ref="$(echo "$comment" | grep -oP 'core ref: \K\S+' || true)"
echo "::set-output name=ref::$core_ref"
Expand Down

0 comments on commit 28ef430

Please sign in to comment.