Skip to content

Commit

Permalink
Merge pull request #2644 from python-trio/A5rocks-patch-1
Browse files Browse the repository at this point in the history
Readd accidental "git" delete
  • Loading branch information
oremanj authored May 13, 2023
2 parents 6c8245a + 6e736c1 commit 1a7a9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git config user.name 'github-actions[bot]'
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
if ! commit -am "Dependency updates"; then
if ! git commit -am "Dependency updates"; then
echo "No changes to commit!"
exit 0
fi
Expand Down

0 comments on commit 1a7a9c5

Please sign in to comment.