Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonaworth authored Jul 20, 2021
1 parent 28c7859 commit 2bc0b2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ inputs:
GITHUB_TOKEN:
description: "Token to use to get repos and write secrets"
required: true
GIT_URL:
description: "The URL to the Github server. Defaults to github.com. Change if using a GHES instance."
default: 'github.com'
required: false
DRY_RUN:
description: "Run everything except for nothing will be Updated."
required: false
Expand Down

0 comments on commit 2bc0b2b

Please sign in to comment.