Skip to content

Commit 2842a41

Browse files
authored
Update build-all.yml
1 parent 29f9c91 commit 2842a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- app-path: sps-frontend
2828
enable-node: true
2929
steps:
30-
- uses: it-at-m/.github/.github/actions/action-maven-node-build@reuseable-workflow
30+
- uses: it-at-m/.github/.github/actions/action-maven-node-build@main
3131
with:
3232
app-path: "${{ matrix.app-path }}"
3333
enable-node: ${{ matrix.app-path }}
@@ -44,7 +44,7 @@ jobs:
4444
- app-path: sps-frontend
4545
enable-node: true
4646
steps:
47-
- uses: it-at-m/.github/.github/actions/action-build-image@reuseable-workflow
47+
- uses: it-at-m/.github/.github/actions/action-build-image@main
4848
with:
4949
app-path: "${{ matrix.app-path }}"
5050
registry-password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)