Add license and automatic copyright notice #66
6
.github/workflows/copyright_notice.yml
vendored
6
.github/workflows/copyright_notice.yml
vendored
@ -22,6 +22,12 @@ jobs:
|
|||||||
git config --local user.email "bustikiller@bustikiller.com"
|
git config --local user.email "bustikiller@bustikiller.com"
|
||||||
git config --local user.name "Manuel Bustillo"
|
git config --local user.name "Manuel Bustillo"
|
||||||
git add .
|
git add .
|
||||||
|
|
||||||
|
if [ -n "$(git status --porcelain)" ]; then
|
||||||
|
echo "there are changes";
|
||||||
|
else
|
||||||
|
echo "no changes";
|
||||||
|
fi
|
||||||
git commit -m "Add copyright notice"
|
git commit -m "Add copyright notice"
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
run: git push
|
run: git push
|
Loading…
x
Reference in New Issue
Block a user