Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Nov 7, 2024
1 parent 7a68aa9 commit 8b5349f
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="${{ steps.fetch_pr_data.outputs.result }}"
comment=$(echo "${{ steps.fetch_pr_data.outputs.result }}" | jq -r .)
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 8b5349f

Please sign in to comment.