mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-05 22:47:06 +00:00
chore: Update dist
This commit is contained in:
parent
ee53e0d6af
commit
6581bb4bd3
2 changed files with 2 additions and 0 deletions
1
dist/cleanup/index.js
vendored
1
dist/cleanup/index.js
vendored
|
|
@ -357,6 +357,7 @@ exports.getInput = getInput;
|
|||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
function setOutput(name, value) {
|
||||
process.stdout.write(os.EOL);
|
||||
command_1.issueCommand('set-output', { name }, value);
|
||||
}
|
||||
exports.setOutput = setOutput;
|
||||
|
|
|
|||
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -26149,6 +26149,7 @@ exports.getInput = getInput;
|
|||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
function setOutput(name, value) {
|
||||
process.stdout.write(os.EOL);
|
||||
command_1.issueCommand('set-output', { name }, value);
|
||||
}
|
||||
exports.setOutput = setOutput;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue