Skip to content

Commit

Permalink
fix check_author
Browse files Browse the repository at this point in the history
  • Loading branch information
PieWol authored May 14, 2024
1 parent 8fc9319 commit a7d9429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
});
const app_authors = app_commits.data.map(c => c.author.login);
debug: "found authors: ${{ app_authors }}"
console.log(app_authors);
if (!app_authors.includes(process.env.pr_author)) {
Expand Down

0 comments on commit a7d9429

Please sign in to comment.