Skip to content

Commit 6c03c1c

Browse files
committed
Remove stray quote characters
1 parent 15c86ac commit 6c03c1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Environment variables:
2525
GITHUB_TOKEN: Must be set in order to interact with Github's API
2626
GITHUB_USER: Just in case you want an alternative way of providing your github user
2727
GITHUB_REPO: Just in case you want an alternative way of providing your github repo
28-
GITHUB_API: Github API endpoint. Set to https://api.github.com/repos/:github-user/:github-repo" by default
28+
GITHUB_API: Github API endpoint. Set to https://api.github.com/repos/:github-user/:github-repo by default
2929
3030
Before using this tool make sure you set the environment variable GITHUB_TOKEN
3131
with a valid Github token and correct authorization scopes to allow you to create releases

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Environment variables:
7979
GITHUB_TOKEN: Must be set in order to interact with Github's API
8080
GITHUB_USER: Just in case you want an alternative way of providing your github user
8181
GITHUB_REPO: Just in case you want an alternative way of providing your github repo
82-
GITHUB_API: Github API endpoint. Set to https://api.github.com/repos/:github-user/:github-repo" by default
82+
GITHUB_API: Github API endpoint. Set to https://api.github.com/repos/:github-user/:github-repo by default
8383
8484
Before using this tool make sure you set the environment variable GITHUB_TOKEN
8585
with a valid Github token and correct authorization scopes to allow you to create releases

0 commit comments

Comments
 (0)