Skip to content

Commit

Permalink
cleanup code #3481
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-dmlr committed Oct 28, 2024
1 parent 929319a commit 8872187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion github-actions/scan/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}

Expand Down

0 comments on commit 8872187

Please sign in to comment.