set base URL for GHES (#449)

This commit is contained in:
eric sciple
2020-05-07 09:41:18 -04:00
committed by GitHub
parent 11dcc8b313
commit 264e52add6
4 changed files with 35 additions and 7 deletions
+4
View File
@@ -1,5 +1,9 @@
# @actions/github Releases
### 2.2.0
- [Support GHES: Use GITHUB_API_URL and GITHUB_GRAPHQL_URL to determine baseUrl](https://github.com/actions/toolkit/pull/449)
### 2.1.1
- [Use import {Octokit}](https://github.com/actions/toolkit/pull/332)