We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498de73 commit 0aa67c1Copy full SHA for 0aa67c1
.github/workflows/deploy.yml
@@ -35,12 +35,9 @@ jobs:
35
outputs:
36
matrix: ${{ steps.set-matrix.outputs.matrix }}
37
steps:
38
- - name: Checkout repository
39
- uses: actions/checkout@v4
40
-
41
- name: Determine branches and JDK versions
42
id: set-matrix
43
- uses: ./.github/actions/determine-matrix
+ uses: spring-cloud/spring-cloud-github-actions/.github/actions/determine-matrix@main
44
with:
45
repository: ${{ github.repository }}
46
event-name: ${{ github.event_name }}
0 commit comments