Skip to content

Commit dc38e66

Browse files
committed
Fix missing checkout step on deploy.yml
Signed-off-by: onobc <chris.bono@gmail.com>
1 parent 5249796 commit dc38e66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
if: ${{ github.repository == 'spring-projects/spring-grpc' }}
1414

1515
steps:
16+
- uses: actions/checkout@v4
1617
- name: Set up JDK 25 (main)
1718
uses: actions/setup-java@v4
1819
with:

0 commit comments

Comments
 (0)