From 682aa7b9e09b33a5e718a52facb9dfa45cd84e5d Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 17:32:57 +0200 Subject: [PATCH] action.yml aktualisiert --- action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/action.yml b/action.yml index 3eabef4..64146bd 100644 --- a/action.yml +++ b/action.yml @@ -1,3 +1,11 @@ +# +# To be able to use this action (with Gitea and Act Runner), +# this action.yml file has to be placed in the root of the repository. +# It is also important that a Git TAG is created (for example 'v1') +# Then workflows can use this action like this: +# 'using: https://gitea.coursow.de/Test-Playground/actions-custom-composite@v1' +# + name: 'Get & Cache Dependencies' description: 'Get the Dependencies from the cache for a (npm) Node JS Project or initialize the cache for it'