Skip to content

Commit 2603e5a

Browse files
committed
fix test
1 parent 5a5c3f8 commit 2603e5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/workflow/git_patch_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ func TestGitPatchGeneration(t *testing.T) {
2929
testMarkdown := `---
3030
on:
3131
workflow_dispatch:
32-
output:
33-
labels:
32+
safe-outputs:
33+
add-issue-labels:
3434
allowed: ["bug", "enhancement"]
3535
---
3636

0 commit comments

Comments
 (0)