rework setup

This commit is contained in:
Jörn Müehlencord
2026-03-31 21:43:48 +02:00
parent 75ff5c23ba
commit 8149bdf8e0

View File

@@ -19,6 +19,9 @@ inputs:
sonar_host: sonar_host:
description: 'the sonar host to use' description: 'the sonar host to use'
required: true required: true
sonar_token:
description: 'the ssh key to use for checkout'
required: true
dtrack_host_name: dtrack_host_name:
description: 'the dtrack server to use' description: 'the dtrack server to use'
required: true required: true
@@ -36,9 +39,6 @@ inputs:
dtrack_project_uuid: dtrack_project_uuid:
description: 'the dtrack project id to use' description: 'the dtrack project id to use'
required: true required: true
sonar_token:
description: 'the ssh key to use for checkout'
required: true
dtrack_api_key: dtrack_api_key:
description: 'the ssh key to use for checkout' description: 'the ssh key to use for checkout'
required: true required: true