Skip to content

Commit

Permalink
@W-17312010@ Fixing production heartbeat invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeingold35 committed Dec 13, 2024
1 parent 7be3a6e commit a38a021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production-heartbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
await github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'heartbeat-v4.yml',
workflow_id: 'production-heartbeat.yml',
ref: 'dev-4'
});

0 comments on commit a38a021

Please sign in to comment.