Skip to content

Commit

Permalink
Fix some spelling errors in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tolkonepiu authored Nov 25, 2022
1 parent 62ba691 commit 7705bbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `action-autotag` - **Github Action based on [autotag](https://github.com/pantheon-systems/autotag) utlity**
# `action-autotag` - **Github Action based on [autotag](https://github.com/pantheon-systems/autotag) utility**

This action automatically increment version tags to a git repo based on commit messages.

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: valitydev/action-autotag@v1
Expand All @@ -65,11 +65,11 @@ jobs:
tag-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: valitydev/action-autotag@v1

- uses: vweevers/additional-tags-action@v1
```
```

0 comments on commit 7705bbd

Please sign in to comment.