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
The e2e.yml workflow file contains incorrect syntax in the GitHub Actions configuration, resulting in errors during workflow execution. Specifically, the syntax used for fetching PR commits is invalid. The correct format should be employed to avoid these errors and ensure smooth workflow functioning.
Unexpected value 'branches'
Invalid action input 'repo' and 'pull_number'
What you expected to happen:
The e2e.yml workflow file should have accurate syntax in the GitHub Actions configuration, ensuring smooth workflow execution without encountering errors.
Where can this issue be corrected? (optional)
.github\workflows\e2e.yml
How to reproduce it (as minimally and precisely as possible):