Skip to content

Commit 9d38c59

Browse files
authored
Merge pull request #20859 from Homebrew/sbom-url-update
workflows/sbom: update workflow url
2 parents 264cff2 + 43a5c83 commit 9d38c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if ! git diff --exit-code Library/Homebrew/data/schemas
6868
then
6969
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)."
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/sbom.yml)."
7171
7272
echo "committed=true" >> "$GITHUB_OUTPUT"
7373
PULL_REQUEST_STATE="$(gh pr view --json=state | jq -r ".state" || true)"

0 commit comments

Comments
 (0)