Skip to content

Commit

Permalink
Merge pull request #260 from pftg/patch-1
Browse files Browse the repository at this point in the history
Drop confused warning about secret
  • Loading branch information
satterly committed Mar 15, 2023
2 parents b2c68ec + 73e6d45 commit 3eca730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Expand Up @@ -38,7 +38,7 @@ async function run(): Promise<void> {
await send(url, jobName, jobStatus, jobSteps, channel, message, config)
core.info(`Sent ${jobName} status of ${jobStatus} to Slack!`)
} else {
core.warning('No "SLACK_WEBHOOK_URL"s secret or "webhook-url" input configured. Skip.')
core.warning('No "SLACK_WEBHOOK_URL"s env or "webhook-url" input configured. Skip.')
}
} catch (error) {
if (error instanceof Error) core.setFailed(error.message)
Expand Down

0 comments on commit 3eca730

Please sign in to comment.