From e6610926133cc82ec196e123999d8efcea8a34ad Mon Sep 17 00:00:00 2001 From: "aleksandr.vodyanov" Date: Fri, 17 May 2024 18:14:30 +0300 Subject: [PATCH] up --- action.yml | 2 +- enntt.sh | 17 ----------------- entrypoint.sh | 1 - 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100755 enntt.sh diff --git a/action.yml b/action.yml index 69fe4bc..66b02fd 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -# Copyright Avroid, Ltd. 2023-2024 +# Copyright AVROID, Ltd., 2024 # # You can not use the contents of the file in any way without # AVROID, Ltd. written permission. diff --git a/enntt.sh b/enntt.sh deleted file mode 100755 index 2449e5c..0000000 --- a/enntt.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# Copyright (c) AVROID, Ltd., 2024 -# -# You can not use the contents of the file in any way without -# AVROID, Ltd. written permission. -# -# To obtain such a permit, you should contact AVROID, Ltd. -# at https://avroid.ru -sdf - -echo "Processing event '$GITHUB_EVENT_NAME'" -echo "List of files with absent license:" -echo "===================================" -for file in $INPUT_INPUT_FILES; do - echo $file - echo /app/addlicense -check "$1" $file | sh -done diff --git a/entrypoint.sh b/entrypoint.sh index 3e5f364..f2b229b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,6 +12,5 @@ echo "Processing event '$GITHUB_EVENT_NAME'" echo "List of files with absent license:" echo "===================================" for file in $INPUT_INPUT_FILES; do - echo $file echo /app/addlicense -check "$1" $file | sh done