Add license and automatic copyright notice #66
5
.github/workflows/copyright_notice.yml
vendored
5
.github/workflows/copyright_notice.yml
vendored
@ -25,9 +25,8 @@ jobs:
|
||||
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
echo "there are changes";
|
||||
git commit -m "Add copyright notice"
|
||||
git push
|
||||
else
|
||||
echo "no changes";
|
||||
fi
|
||||
git commit -m "Add copyright notice"
|
||||
- name: Push changes
|
||||
run: git push
|
Loading…
x
Reference in New Issue
Block a user