Skip to content

Commit 11d1ad9

Browse files
Introduce issue_trigger_flow flag to the metadata
1 parent 10d6a30 commit 11d1ad9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/template-register.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
check_run_name: ${{ github.workflow }}
2525
head_sha: ${{ github.event.client_payload.sha }}
2626
event_type: ${{ github.event.client_payload.event_type }}
27-
branch: ${{ github.event.client_payload.user_config.sandbox_scan.branch }}
27+
branch: ${{ github.event.client_payload.user_config.sandbox_scan.branch }}
28+
issue_trigger_flow: ${{ github.event.client_payload.user_config.issue_trigger_flow }}

0 commit comments

Comments
 (0)