From 8149bdf8e0e774f1e5a51fbb575875e14aeaca3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20M=C3=BCehlencord?= Date: Tue, 31 Mar 2026 21:43:48 +0200 Subject: [PATCH] rework setup --- build-and-test/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-and-test/action.yml b/build-and-test/action.yml index 0cb1ee5..7f4743a 100644 --- a/build-and-test/action.yml +++ b/build-and-test/action.yml @@ -19,6 +19,9 @@ inputs: sonar_host: description: 'the sonar host to use' required: true + sonar_token: + description: 'the ssh key to use for checkout' + required: true dtrack_host_name: description: 'the dtrack server to use' required: true @@ -36,9 +39,6 @@ inputs: dtrack_project_uuid: description: 'the dtrack project id to use' required: true - sonar_token: - description: 'the ssh key to use for checkout' - required: true dtrack_api_key: description: 'the ssh key to use for checkout' required: true