Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Jul 2, 2022
1 parent 8784230 commit 2475e13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Expand Up @@ -5,7 +5,6 @@ inputs:
webhook-url:
description: Specify Slack Incoming Webhook URL
required: false
default: SLACK_WEBHOOK_URL environment variable
config:
description: Configuration file
required: false
Expand All @@ -23,7 +22,7 @@ inputs:
description: Override message format for step
required: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: alert-circle
Expand Down

0 comments on commit 2475e13

Please sign in to comment.