From fe9643e4ad274ccfeb0a68aad579d4e0f9a61202 Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Sat, 15 Jun 2024 10:49:00 +0200 Subject: [PATCH] Add goodbye script --- README.md | 3 +++ goodbye.sh | 1 + 2 files changed, 4 insertions(+) create mode 100755 goodbye.sh diff --git a/README.md b/README.md index e69de29..617cf7d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# Lgoad upload action + +This is a Gitea/Github action to automatically upload a file to lgoad diff --git a/goodbye.sh b/goodbye.sh new file mode 100755 index 0000000..108f856 --- /dev/null +++ b/goodbye.sh @@ -0,0 +1 @@ +echo Goodbye \ No newline at end of file