Skip to content

Commit

Permalink
Update benchmarks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmesamster committed Aug 7, 2024
1 parent 2fd3ee7 commit 5127f16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pr_id:
description: 'Pull Request number'
required: true
default: 0
default: ''
workflow_run:
workflows: ["BuildAndReleaseMaster"]
types:
Expand Down Expand Up @@ -92,13 +92,13 @@ jobs:
# core.setOutput('repo', pr.head.repo.name);
- name: Get PR details
if: github.event_name == 'workflow_dispatch'
id: pr_details
id: pr_details_1
uses: actions/github-script@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
script: |
return github.pulls.get({
github.pulls.get({
owner: 'esrlabs',
repo: 'chipmunk',
pull_number: pr_id
Expand Down

0 comments on commit 5127f16

Please sign in to comment.