Skip to content

Commit 52f7145

Browse files
committed
Don't use ES syntax
Signed-off-by: Shubham Sharma <[email protected]>
1 parent dea0aaf commit 52f7145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/dapr_bot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async function executeEndToEndTests(github, context, isPullRequest) {
156156
}
157157

158158

159-
export default async ({ github, context }) => {
159+
module.exports = async ({ github, context }) => {
160160
const payload = context.payload;
161161
const issue = context.issue;
162162
const isFromPulls = !!payload.issue.pull_request;

0 commit comments

Comments
 (0)