Skip to content

Commit

Permalink
Use correct method
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Mar 1, 2024
1 parent 051b3d1 commit 0728f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const runInfo = await github.rest.actions.runs({
const runInfo = await github.rest.actions.getWorkflowRun({
run_id: context.run_id,
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 0728f53

Please sign in to comment.