Skip to content

Commit

Permalink
fix typo in action.yml for include_jobs description
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyKinson committed Nov 24, 2021
1 parent a0d49c8 commit 48e8dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ inputs:
description: 'Override the default webhook icon with an image via url.'
required: false
include_jobs:
descrtiption: 'Should the slack notification include individual job status and run times'
description: 'Should the slack notification include individual job status and run times'
required: true
default: true
default: "true"
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit 48e8dd9

Please sign in to comment.