From 63be3e5bdf8dcbfe3b6ec95a2acdaeaa4b94c4e7 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 19 Jan 2025 10:09:19 +0100 Subject: [PATCH] none of the inputs is now required --- .forgejo/actions/artifact-upload/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/actions/artifact-upload/action.yml b/.forgejo/actions/artifact-upload/action.yml index 168beea..74c5fbc 100644 --- a/.forgejo/actions/artifact-upload/action.yml +++ b/.forgejo/actions/artifact-upload/action.yml @@ -7,8 +7,8 @@ inputs: default: artifact.tar description: Artifact name path: + default: /bin description: Paths of the file or directory with the data - required: true outputs: {} runs: using: composite