Skip to content

Commit 0aa67c1

Browse files
committed
Reference action specifically so it works from other repos
1 parent 498de73 commit 0aa67c1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@ jobs:
3535
outputs:
3636
matrix: ${{ steps.set-matrix.outputs.matrix }}
3737
steps:
38-
- name: Checkout repository
39-
uses: actions/checkout@v4
40-
4138
- name: Determine branches and JDK versions
4239
id: set-matrix
43-
uses: ./.github/actions/determine-matrix
40+
uses: spring-cloud/spring-cloud-github-actions/.github/actions/determine-matrix@main
4441
with:
4542
repository: ${{ github.repository }}
4643
event-name: ${{ github.event_name }}

0 commit comments

Comments
 (0)