Skip to content

Commit

Permalink
Merge pull request github#1147 from stevepiercy/patch-1
Browse files Browse the repository at this point in the history
Minor grammar correction
  • Loading branch information
janiceilene authored Nov 9, 2020
2 parents f1dc1ad + d36cbcb commit dbb9b12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ For more information, see "[Using release management for actions](/actions/creat

### Using inputs and outputs with an action

An action often accepts or requires inputs and generates outputs that you can use. For example, an action might require you to specify a path to a file, the name of a label, or other data it will uses as part of the action processing.
An action often accepts or requires inputs and generates outputs that you can use. For example, an action might require you to specify a path to a file, the name of a label, or other data it will use as part of the action processing.

To see the inputs and outputs of an action, check the `action.yml` or `action.yaml` in the root directory of the repository.

Expand Down

0 comments on commit dbb9b12

Please sign in to comment.