Skip to content

Commit

Permalink
Update file action.yml, do not use special syntax in description
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed Feb 8, 2024
1 parent c8427dc commit 54b8bf8
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 @@ -36,7 +36,7 @@ inputs:
required: false
default: ${{ toJSON( matrix ) }}
inputs_context:
description: 'Pass context `inputs` into an external action. The action cannot resolve context `inputs` and resolve all inputs. If you need valid context `inputs`, then add option `inputs_context : ${{ toJSON( inputs ) }}`.'
description: 'Pass context `inputs` into an external action. The action cannot resolve context `inputs` and resolve all inputs. If you need valid context `inputs`, then add option as described in `Readme.md`.'
required: false
default: '{}'
attempt_limit:
Expand Down

0 comments on commit 54b8bf8

Please sign in to comment.