We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git push
1 parent d4bc8e8 commit 6c3cf77Copy full SHA for 6c3cf77
.github/workflows/add_new_or_updated_feeds.yml
@@ -137,7 +137,7 @@ jobs:
137
git commit -m "Automated commit — New/Updated feed(s)"
138
139
# Force push changes to the branch
140
- git push -f origin "$BRANCH_NAME"
+ git push -f origin "$BRANCH_NAME" || (echo "Git push failed!" && git remote -v && git branch -vv && exit 1)
141
142
# Check if a PR already exists
143
EXISTING_PR=$(gh pr list --head "$BRANCH_NAME" --json number -q '.[0].number')
0 commit comments