We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1677b commit ba70959Copy full SHA for ba70959
src/action.ts
@@ -10,7 +10,7 @@ export namespace Action {
10
const secretName = core.getInput('secret_name')
11
if (secretName) {
12
await Util.saveAppTokenToSecret(secretName, token)
13
- core.info(`Token save in secret "${secretName}"`)
+ core.info(`Save token in secret "${secretName}"`)
14
}
15
16
core.setSecret(token)
0 commit comments