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 1c7ac59 commit bdcaf7cCopy full SHA for bdcaf7c
.github/workflows/build.yml
@@ -23,9 +23,11 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v3
25
26
- - uses: ./.github/actions/setup
+ - name: Setup Environment
27
+ uses: .github/actions/setup
28
- - uses: ./.github/actions/build
29
+ - name: Build
30
+ uses: .github/actions/build
31
with:
32
targetPlatform: 2023-03
33
pmdCiSecretPassphrase: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
@@ -61,9 +63,11 @@ jobs:
61
63
62
64
65
66
67
68
69
70
71
72
targetPlatform: ${{ matrix.targetPlatform }}
73
0 commit comments