Skip to content

Commit

Permalink
Make Dependency-Check-HTML-report-${{ matrix.tag }} folder
Browse files Browse the repository at this point in the history
  • Loading branch information
semalaiappan committed Feb 14, 2024
1 parent b5f437e commit b013d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Make Dependency-Check-HTML-report-${{ matrix.tag }} folder
run: |
Set-Location $env:GITHUB_WORKSPACE
New-Item -ItemType Directory -Path ("Dependency-Check-HTML-report-" + ${{ matrix.tag }}) -Force
New-Item -ItemType Directory -Path ("Dependency-Check-HTML-report-" + "${{ matrix.tag }}") -Force
shell: pwsh
- name: Run dependency-check
uses: dependency-check/Dependency-Check_Action@main
Expand Down

0 comments on commit b013d6f

Please sign in to comment.