Skip to content

Commit b7be283

Browse files
authored
FIX @W-17312010@ Fixing production heartbeat invocation (#1698)
1 parent 7be3a6e commit b7be283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production-heartbeat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
await github.rest.actions.createWorkflowDispatch({
2121
owner: context.repo.owner,
2222
repo: context.repo.repo,
23-
workflow_id: 'heartbeat-v4.yml',
23+
workflow_id: 'production-heartbeat.yml',
2424
ref: 'dev-4'
2525
});

0 commit comments

Comments
 (0)