We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7099d commit ff0cfa0Copy full SHA for ff0cfa0
.github/workflows/CutomAction.yml
@@ -18,6 +18,6 @@ jobs:
18
GITHUB_TOKEN: ${{ secrets.TOKEN }}
19
ISSUE_URL: ${{ github.event.issue.html_url }}
20
run: |
21
- gh issue edit $ISSUE_URL --milestone "2023"
+ gh issue edit $ISSUE_URL --milestone "2025"
22
23
0 commit comments