Skip to content

Commit

Permalink
run the extraction script; write to auto-update-licenses branch
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed May 13, 2024
1 parent cb9fe4c commit ea3b48b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/fetch-licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
ref: auto-update-licenses

- name: Checkout SPDX Repository
uses: actions/checkout@v2
Expand All @@ -38,4 +40,7 @@ jobs:
git add cmd/licenses.json cmd/exceptions.json
git commit -m "Add updated license files - $(date)" -a
git push
- name: Run license extraction
run: |
go run ./cmd extract -l -e

0 comments on commit ea3b48b

Please sign in to comment.