Skip to content

Commit 14fef8c

Browse files
committed
Make send notification action available to verify job
1 parent 5cc45a6 commit 14fef8c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
repository: spring-projects/spring-boot-release-verification
8080
ref: 'main'
8181
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
82+
- name: Check out send notification action
83+
uses: actions/checkout@v4
84+
with:
85+
path: spring-boot
86+
sparse-checkout: .github/actions/send-notification
8287
- name: Set up Java
8388
uses: actions/setup-java@v4
8489
with:
@@ -105,7 +110,7 @@ jobs:
105110
name: build-reports
106111
path: '**/build/reports/'
107112
- name: Send notification
108-
uses: ./.github/actions/send-notification
113+
uses: ./spring-boot/.github/actions/send-notification
109114
if: always()
110115
with:
111116
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}

0 commit comments

Comments
 (0)