We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a229ab commit 54ef95eCopy full SHA for 54ef95e
.github/workflows/scripts/antispam.js
@@ -245,5 +245,5 @@ module.exports = async ({ github, context, core }) => {
245
Testing.cases,
246
async (url) => await Testing.getContext({ url: url, github })
247
);
248
- testing_contexts.forEach((context) => console.log(`debug: ${context.actor}`))
+ await testing_contexts.forEach((context) => console.log(`debug: ${context.actor}`))
249
};
0 commit comments