Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit a3e7071

Browse files
authored
Merge pull request actions#137 from actions/joshgross/update-actions-core
Update @actions/core to 1.2.7
2 parents 85e88a6 + 3858e71 commit a3e7071

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.licenses/npm/@actions/core.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,6 +1667,7 @@ exports.getInput = getInput;
16671667
*/
16681668
// eslint-disable-next-line @typescript-eslint/no-explicit-any
16691669
function setOutput(name, value) {
1670+
process.stdout.write(os.EOL);
16701671
command_1.issueCommand('set-output', { name }, value);
16711672
}
16721673
exports.setOutput = setOutput;

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-script",
33
"description": "A GitHub action for executing a simple script",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"author": "GitHub",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"dependencies": {
38-
"@actions/core": "^1.2.6",
38+
"@actions/core": "^1.2.7",
3939
"@actions/github": "^4.0.0",
4040
"@actions/glob": "^0.1.1",
4141
"@actions/io": "^1.0.2",

0 commit comments

Comments
 (0)