Skip to content

Commit

Permalink
Merge pull request #71 from Staffbase/fix-prepare-comment-bug
Browse files Browse the repository at this point in the history
fix: wrong prepare comment when default creation trigger used
  • Loading branch information
jreimone committed Nov 8, 2023
2 parents 4a13850 + fbe62a5 commit 70551bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestIOTriggerTestGHA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {TestIOUtil} from "./TestIOUtil";

export class TestIOTriggerTestGHA {

public static readonly CREATE_COMMENT_PREFIX = "@bot-testio exploratory-test create ";
public static readonly CREATE_COMMENT_PREFIX = "@bot-testio exploratory-test create";

public static readonly persistedPayloadFile = 'temp/testio_payload.json';
private static readonly commentPrepareTemplateFile = "exploratory_test_comment_prepare_template.md";
Expand Down

0 comments on commit 70551bf

Please sign in to comment.