From 17180c52a677b3e243fcd3e0d39275260677b50f Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 19 Jan 2025 10:15:45 +0100 Subject: [PATCH] added sample output --- .forgejo/actions/artifact-upload/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/actions/artifact-upload/action.yml b/.forgejo/actions/artifact-upload/action.yml index 74c5fbc..76769be 100644 --- a/.forgejo/actions/artifact-upload/action.yml +++ b/.forgejo/actions/artifact-upload/action.yml @@ -9,7 +9,10 @@ inputs: path: default: /bin description: Paths of the file or directory with the data -outputs: {} +outputs: + T: + description: just a sample output + value: TEST runs: using: composite steps: