Skip to content

Commit

Permalink
Fixes api call
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Mar 9, 2024
1 parent 26b594f commit 07fdd41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
commit_sha: context.sha,
owner: context.repo.owner,
repo: context.repo.repo,
}).data[0].number;
})
).data[0].number;
}
result-encoding: string
- id: pr-number
Expand Down

0 comments on commit 07fdd41

Please sign in to comment.