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
Currently, our workflow uses curl commands to interact with GitHub's API. We should modernize this by using the official GitHub CLI (gh) which provides a more robust and maintainable way to interact with GitHub.
Purpose
Replace all curl commands and other possible interactions with equivalent GitHub CLI commands for better maintainability and reliability.
Currently, our workflow uses
curl
commands to interact with GitHub's API. We should modernize this by using the official GitHub CLI (gh
) which provides a more robust and maintainable way to interact with GitHub.Purpose
Replace all
curl
commands and other possible interactions with equivalent GitHub CLI commands for better maintainability and reliability.Grounds
Implementation
Update
.github/workflows/validate-n-build-api.yml
:gh
commandsThe text was updated successfully, but these errors were encountered: