Skip to content

Commit 54ef95e

Browse files
committed
[antispam] experimenting (WIP)
1 parent 3a229ab commit 54ef95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/antispam.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,5 +245,5 @@ module.exports = async ({ github, context, core }) => {
245245
Testing.cases,
246246
async (url) => await Testing.getContext({ url: url, github })
247247
);
248-
testing_contexts.forEach((context) => console.log(`debug: ${context.actor}`))
248+
await testing_contexts.forEach((context) => console.log(`debug: ${context.actor}`))
249249
};

0 commit comments

Comments
 (0)