Merge pull request #14387 from dduugg/patch-1

Fix URL in vendor-gems.yml
This commit is contained in:
Mike McQuaid 2023-01-19 09:53:26 +00:00 committed by GitHub
commit 0b8fe3fb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ jobs:
then then
git add "${GITHUB_WORKSPACE}/Library/Homebrew/sorbet" git add "${GITHUB_WORKSPACE}/Library/Homebrew/sorbet"
git commit -m "Update RBI files for ${GEM_NAME}." \ git commit -m "Update RBI files for ${GEM_NAME}." \
-m "Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow." -m "Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow."
fi fi
- name: Push to pull request - name: Push to pull request