From b5a3b69248076d253d22a8d3080e8a68e10f3d3a Mon Sep 17 00:00:00 2001 From: "aleksandr.vodyanov" Date: Fri, 17 May 2024 18:27:16 +0300 Subject: [PATCH] up --- .gitea/workflows/check-license.yml | 3 ++- entrypoint.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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