Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkjon committed Jan 1, 2025
1 parent 155257b commit 86c9ae7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ A GitHub Action to remove a milestone by the milestone's name
If the milestone should fail if the provided milestone is missing<br> Default:
false

## Environment Variables

### `GITHUB_TOKEN`

**Required** The access token with which the Action does the authentication with
GitHub

### `CLOSE_MILESTONE_REPOSITORY`

If provided, this variable overrides the repository used to close the milestone
for. It has to be provided in the format of `<owner>/<repository name>`

## Outputs

### `milestone_id`
Expand Down

0 comments on commit 86c9ae7

Please sign in to comment.