Browse Source

Merge branch '3.2.x' into 3.3.x

pull/42700/head
Phillip Webb 2 years ago
parent
commit
2aa87ea69f
  1. 4
      .github/workflows/verify.yml

4
.github/workflows/verify.yml

@ -36,7 +36,7 @@ jobs:
- name: Check Out Send Notification Action - name: Check Out Send Notification Action
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
path: ${{ vars.COMMERCIAL && 'spring-boot' || 'spring-boot-commercial' }} path: send-notification
sparse-checkout: .github/actions/send-notification sparse-checkout: .github/actions/send-notification
- name: Set Up Java - name: Set Up Java
uses: actions/setup-java@v4 uses: actions/setup-java@v4
@ -72,7 +72,7 @@ jobs:
name: build-reports name: build-reports
path: '**/build/reports/' path: '**/build/reports/'
- name: Send Notification - name: Send Notification
uses: ${{ vars.COMMERCIAL && './spring-boot-commercial/.github/actions/send-notification' || './spring-boot/.github/actions/send-notification' }} uses: ./send-notification/.github/actions/send-notification
if: always() if: always()
with: with:
webhook-url: ${{ secrets.google-chat-webhook-url }} webhook-url: ${{ secrets.google-chat-webhook-url }}

Loading…
Cancel
Save