Skip to content

Commit 2d166ea

Browse files
committed
Add a name to test report action
1 parent 4fe005b commit 2d166ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/reusable-dotnet-quality.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ jobs:
142142
run-tests: ${{ inputs.fossa-test && github.event_name == 'pull_request' }}
143143
test-diff-revision: ${{ github.event.pull_request.base.ref }}
144144
generate-report: html
145-
- run: echo '${{ steps.fossa.outputs.report }}' > report/fossa.html
145+
- name: Create FOSSA report file
146+
run: echo '${{ steps.fossa.outputs.report }}' > report/fossa.html
146147
if: ${{ inputs.fossa-enabled }}
147148
- name: Generate SBOM with Syft
148149
uses: anchore/sbom-action@v0

0 commit comments

Comments
 (0)