fix: update milestone action
This commit is contained in:
parent
a728d71da1
commit
e5a07f568d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/milestone.yml
vendored
2
.github/workflows/milestone.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
const milestone = 2
|
||||
const milestone = 3
|
||||
github.issues.update({
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
|
|
Loading…
Reference in a new issue