Skip to content

Commit

Permalink
Deprecation warning fix for set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
KRANTHI0918 committed Jan 3, 2023
1 parent f363704 commit bf0bc82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ exports.getBooleanInput = getBooleanInput;
* @param value value to store. Non-string values will be converted to a string via JSON.stringify
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const os = require("os")
const fs = require("fs")
function setOutput(name, value) {
const output = process.env['GITHUB_OUTPUT']
Expand Down

0 comments on commit bf0bc82

Please sign in to comment.