Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed Apr 12, 2024
1 parent 8fc5022 commit 8535996
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 @@ -40,9 +40,9 @@ inputs:
required: false
default: ${{ toJSON( matrix ) }}
steps_context:
description: 'Pass context `steps` into an external action. Default is context `steps` of a job.'
description: 'Pass context `steps` into an external action. Default is empty context `steps`'
required: false
default: ${{ toJSON( steps ) }}
default: '{}'
attempt_limit:
description: 'Number of attempts'
required: false
Expand Down

0 comments on commit 8535996

Please sign in to comment.