mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 08:11:07 +07:00
Cleanup docs.
This commit is contained in:
parent
272a3b92fc
commit
6d30ea9c70
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user