We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a817398 commit 4f9b01eCopy full SHA for 4f9b01e
.github/workflows/fetch-licenses.yaml
@@ -26,3 +26,12 @@ jobs:
26
run: |
27
cp spdx-license-list-data/json/licenses.json cmd/licenses.json
28
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