Skip to content

Commit

Permalink
Renaming template file
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Sep 7, 2023
1 parent f4468ce commit 558b204
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tpip-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Generate TPIP Report
run: |
go-licenses report . --ignore github.com/Open-CMSIS-Pack/cbuild --template ../../scripts/template/tpip-license.template > ../../${{ env.report_name }}
go-licenses report . --ignore github.com/Open-CMSIS-Pack/cbuild --template ../../scripts/template/third_party_licenses.template > ../../${{ env.report_name }}
date +"%Y/%m/%d %T" >> ../../${{ env.report_name }}
working-directory: ./cmd/cbuild

Expand Down
File renamed without changes.

0 comments on commit 558b204

Please sign in to comment.