We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc45a6 commit 14fef8cCopy full SHA for 14fef8c
.github/workflows/build-and-deploy-snapshot.yml
@@ -79,6 +79,11 @@ jobs:
79
repository: spring-projects/spring-boot-release-verification
80
ref: 'main'
81
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
82
+ - name: Check out send notification action
83
+ uses: actions/checkout@v4
84
+ with:
85
+ path: spring-boot
86
+ sparse-checkout: .github/actions/send-notification
87
- name: Set up Java
88
uses: actions/setup-java@v4
89
with:
@@ -105,7 +110,7 @@ jobs:
105
110
name: build-reports
106
111
path: '**/build/reports/'
107
112
- name: Send notification
108
- uses: ./.github/actions/send-notification
113
+ uses: ./spring-boot/.github/actions/send-notification
109
114
if: always()
115
116
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
0 commit comments