Add license and automatic copyright notice #66

Merged
bustikiller merged 12 commits from license into main 2024-10-27 21:23:25 +00:00
Showing only changes of commit 02817de72a - Show all commits

View File

@ -25,9 +25,8 @@ jobs:
if [ -n "$(git status --porcelain)" ]; then if [ -n "$(git status --porcelain)" ]; then
echo "there are changes"; echo "there are changes";
git commit -m "Add copyright notice"
git push
else else
echo "no changes"; echo "no changes";
fi fi
git commit -m "Add copyright notice"
- name: Push changes
run: git push