Skip to content

Commit

Permalink
Version 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 19, 2020
1 parent 38d6761 commit 06ff0b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Based on awesome [misspell-fixer](https://github.com/vlajos/misspell-fixer) tool
## Usage

We had a typo in our `entrypoint.sh` file to show how this Github Action works.
By using a pipeline of three actions we are able to receive [PRs like this one](https://github.com/sobolevn/misspell-fixer-action/pull/2).
By using a pipeline of three actions we are able to receive [PRs like this one](https://github.com/sobolevn/misspell-fixer-action/pull/3).

Here's how our configuration looks like:

Expand All @@ -29,6 +29,10 @@ Here's how it works:
3. Then [`peter-evans/create-pull-request`](https://github.com/peter-evans/create-pull-request) creates a PR with the fixes created earlier
4. Done!

See logs of our [own Github Actions](https://github.com/sobolevn/misspell-fixer-action/runs/520513568?check_suite_focus=true) with the fixed typo.

And here's how our [workflow looks like](https://github.com/sobolevn/misspell-fixer-action/blob/master/.github/workflows/misspell.yml).


## Options and outputs

Expand Down

0 comments on commit 06ff0b5

Please sign in to comment.