Skip to content

Commit

Permalink
Merge branch '3.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Oct 1, 2024
2 parents f0cc04b + 2aa87ea commit 755960b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Check Out Send Notification Action
uses: actions/checkout@v4
with:
path: ${{ vars.COMMERCIAL && 'spring-boot' || 'spring-boot-commercial' }}
path: send-notification
sparse-checkout: .github/actions/send-notification
- name: Set Up Java
uses: actions/setup-java@v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
name: build-reports
path: '**/build/reports/'
- 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()
with:
webhook-url: ${{ secrets.google-chat-webhook-url }}
Expand Down

0 comments on commit 755960b

Please sign in to comment.