Skip to content

Commit

Permalink
Update benchmarks.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sameer Srivastava <[email protected]>
  • Loading branch information
itsmesamster authored Aug 12, 2024
1 parent 16648c8 commit f31f0da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
- name: Set PR details
if: github.event_name == 'workflow_dispatch'
run: |
echo "data is ${{ steps.pr_details.outputs.result.response.head }}"
echo "data2 is ${{ steps.pr_details.outputs.result.data.head }}"
sanitised_result=$(echo "${{ steps.pr_details.outputs.result }}" | sed -e 's/\\/\\\\/g' -e 's/"/\\"/g')
PR_OWNER=$(echo "$sanitised_result" | jq -r .data.head.repo.owner.login);
PR_REPO=$(echo "$sanitised_result" | jq -r .data.head.repo.name);
Expand Down

0 comments on commit f31f0da

Please sign in to comment.