sorbet: More specific git add for --suggest-typed CI autobumps

This commit is contained in:
Issy Long 2023-03-08 23:43:02 +00:00
parent 9c9f6b36b5
commit 20fe371c75
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -59,7 +59,7 @@ jobs:
git commit -m "sorbet: Update RBI files." \ git commit -m "sorbet: Update RBI files." \
-m "Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow." -m "Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow."
git add "**/*.rb" git add "Library/Homebrew/"
git commit -m "sorbet: Autobump sigils via Spoom" \ git commit -m "sorbet: Autobump sigils via Spoom" \
-m "Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow." -m "Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow."