From ea3b48b394af675a4de395c1a8bc66fa76c549b2 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Mon, 13 May 2024 16:53:15 -0400 Subject: [PATCH] run the extraction script; write to auto-update-licenses branch --- .github/workflows/fetch-licenses.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fetch-licenses.yaml b/.github/workflows/fetch-licenses.yaml index 472e30a..410d867 100644 --- a/.github/workflows/fetch-licenses.yaml +++ b/.github/workflows/fetch-licenses.yaml @@ -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 @@ -38,4 +40,7 @@ jobs: git add cmd/licenses.json cmd/exceptions.json git commit -m "Add updated license files - $(date)" -a git push - \ No newline at end of file + + - name: Run license extraction + run: | + go run ./cmd extract -l -e