add report token to input in action.yml

This commit is contained in:
jpaul 2023-11-07 14:54:15 +01:00
parent dc850bb2cb
commit f0d88659ab

View File

@ -50,6 +50,9 @@ inputs:
gds-token: gds-token:
required: false required: false
description: 'Download token for the GraalVM Download Service. If provided, the action will set up GraalVM Enterprise Edition.' 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: outputs:
cache-hit: cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key' description: 'A boolean value to indicate an exact match was found for the primary key'