Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 642 Bytes

File metadata and controls

24 lines (18 loc) · 642 Bytes

GitHub Repository Check

To verify the push was successful and check for any CI/CD workflows:

# Check if commit is on GitHub
gh api repos/thefiredev-cloud/Protocol-Guide/commits/8b02c6d3 --jq '.commit.message'

# Check for workflow runs
gh run list --repo thefiredev-cloud/Protocol-Guide --limit 5

# Check Netlify webhook received the push
# (This would show in Netlify dashboard under Deploys)

If gh CLI is not installed:

brew install gh
gh auth login

Or check manually: