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 7, 2024
1 parent 0bbaefe commit aa4e353
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,17 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
script: |
github.rest.pulls.get({
const { data: pr } = github.rest.pulls.get({
owner: 'esrlabs',
repo: 'chipmunk',
pull_number: ${{ github.event.inputs.pr_id }}
});
- run: echo "result is ${{ steps.pr_details.outputs.result.head.repo.owner.login }}"
core.setOutput('owner', pr.head.repo.owner.login);
core.setOutput('repo', pr.head.repo.name);
- run: |
echo "owner is ${{ steps.pr_details.outputs.owner }}"
echo "repo is ${{ steps.pr_details.outputs.repo }}"
echo "data is ${{ steps.pr_details.outputs.result }}"
- name: Run Jasmine performance tests for the latest release
if: github.event_name != 'workflow_dispatch'
run: |
Expand Down

0 comments on commit aa4e353

Please sign in to comment.