Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add_new_or_updated_feeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
git commit -m "Automated commit — New/Updated feed(s)"

# Force push changes to the branch
git push -f origin "$BRANCH_NAME"
git push -f origin "$BRANCH_NAME" || (echo "Git push failed!" && git remote -v && git branch -vv && exit 1)

# Check if a PR already exists
EXISTING_PR=$(gh pr list --head "$BRANCH_NAME" --json number -q '.[0].number')
Expand Down
Loading