Skip to content

Commit

Permalink
Update frontend-maven-node-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hupling committed Jul 1, 2024
1 parent dab2796 commit 34f2e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-maven-node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: it-at-m/.github/.github/actions/action-maven-node-build@reuseable-workflow
with:
app-path: "${{ env.app-path }}"
enable-node: { { env.enable-node } }
enable-node: "${{ env.enable-node }}"

build-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 34f2e28

Please sign in to comment.