mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-01 07:03:17 +08:00
Implement set-secret (#141)
* Implement set-secret * Update RELEASES.md * Feedback
This commit is contained in:
@@ -51,7 +51,6 @@ export function exportSecret(name: string, val: string): void {
|
||||
// the runner will error with not implemented
|
||||
// leaving the function but raising the error earlier
|
||||
issueCommand('set-secret', {}, val)
|
||||
throw new Error('Not implemented.')
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user