Skip to content

Commit 755960b

Browse files
committed
Merge branch '3.3.x'
2 parents f0cc04b + 2aa87ea commit 755960b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Check Out Send Notification Action
3737
uses: actions/checkout@v4
3838
with:
39-
path: ${{ vars.COMMERCIAL && 'spring-boot' || 'spring-boot-commercial' }}
39+
path: send-notification
4040
sparse-checkout: .github/actions/send-notification
4141
- name: Set Up Java
4242
uses: actions/setup-java@v4
@@ -72,7 +72,7 @@ jobs:
7272
name: build-reports
7373
path: '**/build/reports/'
7474
- name: Send Notification
75-
uses: ${{ vars.COMMERCIAL && './spring-boot-commercial/.github/actions/send-notification' || './spring-boot/.github/actions/send-notification' }}
75+
uses: ./send-notification/.github/actions/send-notification
7676
if: always()
7777
with:
7878
webhook-url: ${{ secrets.google-chat-webhook-url }}

0 commit comments

Comments
 (0)