You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use marketplace action for workflow dispatch
Replace gh workflow run with the-actions-org/workflow-dispatch@v4 marketplace action.
This provides cleaner workflow URL output and eliminates the need for sleep + query logic.
Benefits:
- Direct workflow-url output from the action
- No race conditions from querying recent runs
- Cleaner, more maintainable code
- Purpose-built for workflow_dispatch events
Co-Authored-By: AJ Steers <[email protected]>
0 commit comments