We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0cc04b + 2aa87ea commit 755960bCopy full SHA for 755960b
.github/workflows/verify.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Check Out Send Notification Action
37
uses: actions/checkout@v4
38
with:
39
- path: ${{ vars.COMMERCIAL && 'spring-boot' || 'spring-boot-commercial' }}
+ path: send-notification
40
sparse-checkout: .github/actions/send-notification
41
- name: Set Up Java
42
uses: actions/setup-java@v4
@@ -72,7 +72,7 @@ jobs:
72
name: build-reports
73
path: '**/build/reports/'
74
- name: Send Notification
75
- uses: ${{ vars.COMMERCIAL && './spring-boot-commercial/.github/actions/send-notification' || './spring-boot/.github/actions/send-notification' }}
+ uses: ./send-notification/.github/actions/send-notification
76
if: always()
77
78
webhook-url: ${{ secrets.google-chat-webhook-url }}
0 commit comments