Check out ref
This commit is contained in:
parent
59228c9f00
commit
ac48618509
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ on:
|
|||
push:
|
||||
schedule:
|
||||
- cron: "*/5 * * * *"
|
||||
|
||||
jobs:
|
||||
better_name:
|
||||
strategy:
|
||||
|
@ -19,3 +20,4 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: refs/tags/v1.0.0
|
||||
|
|
Loading…
Reference in a new issue