Skip to content

Commit

Permalink
Merge branch 'main' into update-nagl
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshanuikabundi committed Jul 7, 2023
2 parents b25a8d2 + a9ddffd commit 5a25d32
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cookbook_pr_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
{
owner: owner,
repo: repo,
username: comment.user.login
username: comment.user.login,
headers: {
'X-GitHub-Api-Version': '2022-11-28'
}
},
headers: {
'X-GitHub-Api-Version': '2022-11-28'
}
)
const commenter_can_push = commenter.data.user.permissions.push
Expand All @@ -63,11 +63,11 @@ jobs:
repo: repo,
workflow_id: 'cookbook_preproc.yaml',
ref: ref,
inputs: {pr_number: pr_number.toString()}
inputs: {pr_number: pr_number.toString()},
headers: {
'X-GitHub-Api-Version': '2022-11-28'
}
},
headers: {
'X-GitHub-Api-Version': '2022-11-28'
}
)
console.log(dispatch)

0 comments on commit 5a25d32

Please sign in to comment.