Skip to content

Commit f2e8c2a

Browse files
authored
Merge pull request #1530 from Anselmoo/fix/weekly-1
fix: 🐛 Add git push
2 parents ce04fc9 + 8a7552d commit f2e8c2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/weekly-poetry-bot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
git commit -m "$(echo -e "chore(deps): :arrows_counterclockwise: update dependencies $(date +%Y%m%d%H%M)\n\n$update_log")"
5555
fi
5656
57+
- name: Push changes
58+
run: |
59+
git push -f origin update-dependencies-$(date +%Y%m%d%H%M)
60+
5761
- name: Create Pull Request via gh
5862
run: |
5963
gh pr create --title "chore(deps): :arrows_counterclockwise: update dependencies $(date +%Y%m%d%H%M)" \

0 commit comments

Comments
 (0)