Skip to content

Commit

Permalink
test cleanup and expire
Browse files Browse the repository at this point in the history
  • Loading branch information
sqin2019 committed Sep 7, 2023
1 parent 9bcb1c5 commit e8cac40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/expire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
});
core.info(`pull ${pull}`);
expiredPulls.push(pull)
expiredPulls.push({pullNumber: pull['number'], pullBranch: pull['head']['ref']})
core.info(`expiredPull ${expiredPulls}`);
} else {
core.info(`Skipping #${pull['number']} (${pull['title']}) - not an AOD request`);
Expand Down

0 comments on commit e8cac40

Please sign in to comment.