From 88721871172af9443aec92dd170c6df393eb8242 Mon Sep 17 00:00:00 2001 From: Sven Dolderer Date: Mon, 28 Oct 2024 18:38:30 +0100 Subject: [PATCH] cleanup code #3481 --- github-actions/scan/dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/github-actions/scan/dist/index.js b/github-actions/scan/dist/index.js index a6e44e936..c902f39d8 100644 --- a/github-actions/scan/dist/index.js +++ b/github-actions/scan/dist/index.js @@ -29396,7 +29396,6 @@ function setOutput(field, value, dataFormat) { throw new Error(`No access to file ${filePath}`); } external_fs_.appendFileSync(filePath, `${field}=${valuestring}${external_os_.EOL}`); - external_fs_.appendFileSync(filePath, `greeting=Hello SecHub${external_os_.EOL}`); // core.setOutput(field, value.toString()); // Ensure value is converted to a string as GitHub Actions expects output variables to be strings. }