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 b48cf9b commit 35725b4Copy full SHA for 35725b4
.github/workflows/verify.yml
@@ -23,17 +23,17 @@ jobs:
23
name: Verify
24
runs-on: ubuntu-latest
25
steps:
26
- - name: Check Out Send Notification Action
27
- uses: actions/checkout@v4
28
- with:
29
- path: spring-boot
30
- sparse-checkout: .github/actions/send-notification
31
- name: Check Out Release Verification Tests
32
uses: actions/checkout@v4
33
with:
34
repository: spring-projects/spring-boot-release-verification
35
ref: 'v0.0.2'
36
token: ${{ secrets.token }}
+ - name: Check Out Send Notification Action
+ uses: actions/checkout@v4
+ with:
+ path: spring-boot
+ sparse-checkout: .github/actions/send-notification
37
- name: Set Up Java
38
uses: actions/setup-java@v4
39
0 commit comments