Skip to content

Commit a344557

Browse files
fix
1 parent 168130c commit a344557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bb-export.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
commentBody += `None`;
176176
}
177177
178-
commentBody += '\n\n**Status:** ${process.env.STATUS || 'Completed'}';
178+
commentBody += `\n\n**Status:** ${process.env.STATUS || 'Completed'}`;
179179
180180
await github.rest.issues.createComment({
181181
...context.repo,

0 commit comments

Comments
 (0)