Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus-Rosted authored Jan 22, 2021
1 parent 6779386 commit b8fda04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ inputs:
required: false
default: ${{github.token}}
owner:
description: Owner of the repository. Will be deducted from github_token if it is not provided
description: Owner of the repository. The owner will be deducted from env vars
required: false
repository:
description: The repository containing the branch(es) to be deleted. Will be deducted from github_token if it is not provided
description: The repository containing the branch(es) to be deleted. The repository name will be deducted from env vars
required: false
branches:
description: Branches to delete (comma separated)
Expand Down

0 comments on commit b8fda04

Please sign in to comment.