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:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "*/5 * * * *"
|
- cron: "*/5 * * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
better_name:
|
better_name:
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -19,3 +20,4 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ref: refs/tags/v1.0.0
|
||||||
|
|
Loading…
Reference in a new issue