From f0d88659ab2e2955b19b50ab89b578af33b22774 Mon Sep 17 00:00:00 2001 From: jpaul Date: Tue, 7 Nov 2023 14:54:15 +0100 Subject: [PATCH] add report token to input in action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 1eac87a..1fa07da 100644 --- a/action.yml +++ b/action.yml @@ -50,6 +50,9 @@ inputs: gds-token: required: false description: 'Download token for the GraalVM Download Service. If provided, the action will set up GraalVM Enterprise Edition.' + report-token: + required: false + description: 'Github-Token for add build report tp repository.' outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key'