We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 264cff2 + 43a5c83 commit 9d38c59Copy full SHA for 9d38c59
.github/workflows/sbom.yml
@@ -67,7 +67,7 @@ jobs:
67
if ! git diff --exit-code Library/Homebrew/data/schemas
68
then
69
git add "Library/Homebrew/data/schemas"
70
- git commit -m "data/schemas: update schema data." -m "Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/schemas.yml)."
+ git commit -m "data/schemas: update schema data." -m "Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sbom.yml)."
71
72
echo "committed=true" >> "$GITHUB_OUTPUT"
73
PULL_REQUEST_STATE="$(gh pr view --json=state | jq -r ".state" || true)"
0 commit comments