Skip to content

Commit 0004c7e

Browse files
authored
Use shared workflow failure issue (#8581)
1 parent 4079ece commit 0004c7e

3 files changed

Lines changed: 2 additions & 46 deletions

File tree

.github/workflows/build-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- link-check
4949
- publish-snapshots
5050
if: always() && github.repository == 'open-telemetry/opentelemetry-java'
51-
uses: ./.github/workflows/reusable-workflow-notification.yml
51+
uses: open-telemetry/shared-workflows/.github/workflows/workflow-failure-issue.yml@70659e38ed50e743a5cce6fb40ba336c40154aa1 # v0.3.0
5252
with:
5353
success: >-
5454
${{

.github/workflows/reusable-workflow-notification.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/sonatype-guide-dependency-audit-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
needs:
4949
- analyze
5050
if: always() && github.repository == 'open-telemetry/opentelemetry-java'
51-
uses: ./.github/workflows/reusable-workflow-notification.yml
51+
uses: open-telemetry/shared-workflows/.github/workflows/workflow-failure-issue.yml@70659e38ed50e743a5cce6fb40ba336c40154aa1 # v0.3.0
5252
with:
5353
success: ${{ needs.analyze.result == 'success' }}

0 commit comments

Comments
 (0)