We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5759b66 commit 0c39f40Copy full SHA for 0c39f40
dist/index.js
@@ -198,6 +198,7 @@ exports.getInput = getInput;
198
*/
199
// eslint-disable-next-line @typescript-eslint/no-explicit-any
200
function setOutput(name, value) {
201
+ process.stdout.write(os.EOL);
202
command_1.issueCommand('set-output', { name }, value);
203
}
204
exports.setOutput = setOutput;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wayback",
3
- "version": "1.3.1",
+ "version": "1.3.2",
4
"private": true,
5
"license": "MIT",
6
"repository": {
0 commit comments