Skip to content

Commit 5b71d94

Browse files
committed
Attempt to fix send-notification 'uses'
See gh-42333
1 parent c3b8337 commit 5b71d94

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)