File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 uses : actions/checkout@v3
2525
2626 - name : Setup Environment
27- uses : .github/actions/setup
27+ uses : ./. github/actions/setup
2828
2929 - name : Build
30- uses : .github/actions/build
30+ uses : ./. github/actions/build
3131 with :
3232 targetPlatform : 2023-03
3333 pmdCiSecretPassphrase : ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
@@ -64,10 +64,10 @@ jobs:
6464 uses : actions/checkout@v3
6565
6666 - name : Setup Environment
67- uses : .github/actions/setup
67+ uses : ./. github/actions/setup
6868
6969 - name : Build
70- uses : .github/actions/build
70+ uses : ./. github/actions/build
7171 with :
7272 targetPlatform : ${{ matrix.targetPlatform }}
7373 pmdCiSecretPassphrase : ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments