Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
oinume committed Jul 14, 2024
1 parent 4c9110d commit 58c3e13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: "Create a new milestone"
id: create-milestone
uses: oinume/create-scheduled-milestone-action@v1.0.0
uses: oinume/create-scheduled-milestone-action@v1
with:
title: "1.0.0"
state: "open"
Expand All @@ -76,6 +76,6 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: "Output milestone number"
- name: "Output created milestone number"
run: echo ${{ steps.create-milestone.outputs.number }}
```
```

0 comments on commit 58c3e13

Please sign in to comment.