Add messages to License action.
This commit is contained in:
parent
bafacb702c
commit
f9f20a4dc0
|
@ -3,4 +3,7 @@ if [[ ! -f LICENSE.md ]]; then
|
||||||
curl https://code-repo.d4science.org/manuele.simi/gCubeActionsFiles/raw/branch/master/24-01-2021-AddLicenseToAllRepos/files/LICENSE.md -o LICENSE.md
|
curl https://code-repo.d4science.org/manuele.simi/gCubeActionsFiles/raw/branch/master/24-01-2021-AddLicenseToAllRepos/files/LICENSE.md -o LICENSE.md
|
||||||
git add LICENSE.md
|
git add LICENSE.md
|
||||||
git commit -m "Add LICENSE.md."
|
git commit -m "Add LICENSE.md."
|
||||||
|
echo "LICENSE.md added."
|
||||||
|
else
|
||||||
|
echo "LICENSE.md already exists in this repo."
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue