Skip to content

Commit

Permalink
Improve actions docs (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jswny authored Mar 26, 2021
1 parent 2cbf021 commit b90c855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ An example configuration is provided in the `example/` directory, and an example

1. Include this action in your workflow by one of the supported methods:

- Include it as a regular action: `jswny/[email protected]`
- Include it as a regular action: `uses: jswny/[email protected]`
- Include it as a Docker image to prevent having to build the image each time the action is run: `uses: docker://ghcr.io/jswny/sad:v3.0.0`

2. Pass in any configuration which hasn't been provided by the configuration file source as environment variables into the action. Command line configuration is not supported by the action.
Expand Down

0 comments on commit b90c855

Please sign in to comment.