Skip to content

Commit bb13909

Browse files
Merge pull request #37 from bytebase/a-branch-7
A branch 8
2 parents 168130c + d15b877 commit bb13909

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/bb-export.yml

Lines changed: 1 addition & 1 deletion
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,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SELECT * FROM employee;

0 commit comments

Comments
 (0)