mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-09 10:31:36 +00:00
Remove logging
This commit is contained in:
parent
fa7658114c
commit
409b759865
1 changed files with 0 additions and 2 deletions
2
.github/workflows/update-pr-artifacts.yml
vendored
2
.github/workflows/update-pr-artifacts.yml
vendored
|
|
@ -22,8 +22,6 @@ jobs:
|
|||
const pulls = await github.rest.pulls.list({ owner, repo });
|
||||
for await (const { data } of github.paginate.iterator(pulls)) {
|
||||
for (const pull of data) {
|
||||
console.log(pull.head);
|
||||
console.log(pull.user);
|
||||
if (pull.head.sha === '${{ github.event.workflow_run.head_sha }}' && pull.user.id === ${{ github.event.sender.id }}) {
|
||||
return pull.number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue