Skip to content

Commit 4f9b01e

Browse files
committed
commit new licenses
1 parent a817398 commit 4f9b01e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/fetch-licenses.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@ jobs:
2626
run: |
2727
cp spdx-license-list-data/json/licenses.json cmd/licenses.json
2828
cp spdx-license-list-data/json/exceptions.json cmd/exceptions.json
29+
30+
- name: Commit and push
31+
run: |
32+
git config --local user.email "[email protected]"
33+
git config --local user.name "GitHub Action"
34+
git add cmd/licenses.json cmd/exceptions.json
35+
git commit -m "Add updated license files" -a
36+
git push
37+

0 commit comments

Comments
 (0)