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
docs: use GitHub Actions native if conditions instead of bash
- Replace bash conditional logic with GitHub Actions if statements
- Use proper syntax: if: steps.test.outputs.triggered == 'true'
- Split into separate steps for cleaner conditional execution
- Follows GitHub Actions best practices for conditional workflows
0 commit comments