Skip to content

Commit

Permalink
Reverse order so one checkout does not delete the other
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Apr 18, 2024
1 parent b48cf9b commit 35725b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Check Out Send Notification Action
uses: actions/checkout@v4
with:
path: spring-boot
sparse-checkout: .github/actions/send-notification
- name: Check Out Release Verification Tests
uses: actions/checkout@v4
with:
repository: spring-projects/spring-boot-release-verification
ref: 'v0.0.2'
token: ${{ secrets.token }}
- name: Check Out Send Notification Action
uses: actions/checkout@v4
with:
path: spring-boot
sparse-checkout: .github/actions/send-notification
- name: Set Up Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 35725b4

Please sign in to comment.