sorbet: Oops, missed a * for **/*.rb path wildcards

This commit is contained in:
Issy Long 2023-03-07 23:10:28 +00:00 committed by GitHub
parent 7053036d93
commit 9c9f6b36b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ jobs:
git commit -m "sorbet: Update RBI files." \
-m "Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow."
git add "**/.rb"
git add "**/*.rb"
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."