From 06ff0b508d4f4c0ba70d15f9a628232c0aade536 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Fri, 20 Mar 2020 00:58:14 +0300 Subject: [PATCH] Version 0.1.0 release --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9dffb4..a54db1f 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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