Skip to content

Commit ef4f681

Browse files
authored
chore: use report-job-failure from sourcegraph/workflows in github actions (#584)
This PR updates GitHub actions that report failures via sentry to use the workflow from sourcegraph/workflows Part of DINF-218 [_Created by Sourcegraph batch change `burmudar/github-actions-update-report-failure`._](https://sourcegraph.sourcegraph.com/users/burmudar/batch-changes/github-actions-update-report-failure)
1 parent 76a40dc commit ef4f681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
report_failure:
2727
needs: check-pr
2828
if: ${{ failure() }}
29-
uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main
29+
uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main
3030
secrets: inherit

0 commit comments

Comments
 (0)