From e5da85bb41372296465d328ad0f2fa7dbc7be05b Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 14 May 2024 10:49:24 +0200 Subject: [PATCH] Add note about available variables in the function include file. --- datahub-functions.include.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/datahub-functions.include.example b/datahub-functions.include.example index eefca65..35d8402 100644 --- a/datahub-functions.include.example +++ b/datahub-functions.include.example @@ -4,7 +4,9 @@ # Currently, only a function called 'get_publication_link()' is used in the main # code. This function is used to get the badge link to point to when an ARC has # been validated and is marked ready for further processing. This is usually -# tied to publication plattform of some kind, hence the name. +# tied to publication plattform of some kind, hence the name. Note that there +# are a lot of project/job related information available in this context. +# Refer to the main script for a list of variables or contact us. get_publication_link() { echo "https://example.com/publish"