Skip to content

Commit

Permalink
. e remove push
Browse files Browse the repository at this point in the history
the push caused it to fail

also, added the name.
  • Loading branch information
JayBazuzi committed May 14, 2024
1 parent 3fb33a9 commit c8d3cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Update Python Dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Update Python Dependencies

on:
schedule:
# Runs at 05:00 UTC every Monday
Expand Down Expand Up @@ -32,7 +34,6 @@ jobs:
- name: Commit updates
run: |
git commit -am "- r Update Python dependencies" || echo "No changes to commit"
git push
- name: Create Pull Request
run: |
Expand Down

0 comments on commit c8d3cde

Please sign in to comment.