We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb8099 commit 90c76f5Copy full SHA for 90c76f5
.github/workflows/fetch-licenses.yaml
@@ -27,6 +27,10 @@ jobs:
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: Check for changes
31
+ run: |
32
+ git diff --exit-code -- cmd/licenses.json cmd/exceptions.json || exit 0
33
+
34
- name: Commit and push
35
run: |
36
git config --local user.email "[email protected]"
0 commit comments