Skip to content

Commit

Permalink
fix missing code
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed May 1, 2024
1 parent e9cc550 commit fbc2f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codebuild-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
const getComments =
`query {
repository(owner:"${context.repo.owner}", name:"${context.repo.repo}"){
pullRequest(number: ${context.issue.number}) {
pullRequest(number: ${context.issue.number ?? process.env.SDK_PR}) {
id
comments(last:100) {
nodes {
Expand Down

0 comments on commit fbc2f4c

Please sign in to comment.