Skip to content

Commit

Permalink
Fixed invalid variable in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Scholz committed Sep 19, 2023
1 parent eea0f18 commit aab22e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
description: 'The webhook url of the google chat. Should be stored in an action secret.'
required: true
jobStatus:
description: 'The optional jobStatus. Values can be success, failure, cancelled. You should pass ${{ job.status }} here.'
description: 'The optional jobStatus. Values can be success, failure, cancelled. You should pass job.status variable here.'
required: false
title:
description: 'Optional title. If not set it defaults to the action name + optionally the job status.'
Expand Down

0 comments on commit aab22e7

Please sign in to comment.