Skip to content

Commit

Permalink
fix rbi updater not removing deleted rbis
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenanno committed Dec 12, 2023
1 parent 836303f commit 1657892
Show file tree
Hide file tree
Showing 20 changed files with 322 additions and 110,033 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-rbi-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
git checkout ${{ github.head_ref }}
git config user.name "Dependabot RBI Updater"
git config user.email action@github.com
git add sorbet/rbi/*/*.rbi
git add sorbet/*
git diff-index --quiet HEAD || git commit -m "[dependabot skip] Update RBIs"
git push
46 changes: 23 additions & 23 deletions sorbet/rbi/gems/faraday-net_http@3.0.2.rbi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1657892

Please sign in to comment.