Cleanup docs.

This commit is contained in:
Corey Butler 2019-09-02 19:09:49 -05:00
parent 272a3b92fc
commit 6d30ea9c70

View File

@ -7,7 +7,7 @@ This action will read a `package.json` file and compare the `version` attribute
The following is an example `.github/main.workflow` that will execute when a `push` to the `master` branch occurs.
```yaml
name: Node CI
name: My Workflow
on:
push:
@ -22,7 +22,6 @@ jobs:
- uses: butlerlogic/action-autotag@1.0.0
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
```
To make this work, the workflow must have the checkout action _before_ the autotag action.