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 29f9c91 commit 2842a41Copy full SHA for 2842a41
.github/workflows/build-all.yml
@@ -27,7 +27,7 @@ jobs:
27
- app-path: sps-frontend
28
enable-node: true
29
steps:
30
- - uses: it-at-m/.github/.github/actions/action-maven-node-build@reuseable-workflow
+ - uses: it-at-m/.github/.github/actions/action-maven-node-build@main
31
with:
32
app-path: "${{ matrix.app-path }}"
33
enable-node: ${{ matrix.app-path }}
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
- - uses: it-at-m/.github/.github/actions/action-build-image@reuseable-workflow
+ - uses: it-at-m/.github/.github/actions/action-build-image@main
48
49
50
registry-password: ${{ secrets.GITHUB_TOKEN }}
0 commit comments