diff --git a/.gitea/workflows/check-license.yml b/.gitea/workflows/check-license.yml index 90c7c67..93c164f 100644 --- a/.gitea/workflows/check-license.yml +++ b/.gitea/workflows/check-license.yml @@ -5,11 +5,12 @@ # # To obtain such a permit, you should contact AVROID, Ltd. # at https://avroid.ru + +--- name: Check license run-name: ${{ gitea.actor }} is start check sources on: [pull_request] ---- jobs: scan-secrets: name: Check license diff --git a/entrypoint.sh b/entrypoint.sh index f2b229b..da2b1f0 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,5 +12,5 @@ echo "Processing event '$GITHUB_EVENT_NAME'" echo "List of files with absent license:" echo "===================================" for file in $INPUT_INPUT_FILES; do - echo /app/addlicense -check "$1" $file | sh + echo /app/addlicense -check "$1" $file | sh done