We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac89ad commit 8adbc9cCopy full SHA for 8adbc9c
.github/workflows/update_spdx_licenses.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: detect changes
44
id: diff
45
run: |
46
- if git diff --quiet -- 'schema/spdx.*'
+ if git diff -- 'schema/spdx.*'
47
then
48
echo "$GITHUB_REF_NAME is up-to-date"
49
echo "changed=false" >> $GITHUB_OUTPUT
@@ -100,7 +100,7 @@ jobs:
100
- name: commit and push
101
102
set -eux
103
104
105
git config user.name 'spdx-license-bumber[bot]'
106
git config user.email '[email protected]'
0 commit comments