mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 14:32:54 +08:00
Release 2.1.1 of @actions/github (#357)
This commit is contained in:
parent
fa03eb4d22
commit
41157b23c7
@ -1,5 +1,10 @@
|
|||||||
# @actions/github Releases
|
# @actions/github Releases
|
||||||
|
|
||||||
|
### 2.1.1
|
||||||
|
|
||||||
|
- [Use import {Octokit}](https://github.com/actions/toolkit/pull/332)
|
||||||
|
- [Check proxy bypass before setting proxy agent](https://github.com/actions/toolkit/pull/320)
|
||||||
|
|
||||||
### 2.1.0
|
### 2.1.0
|
||||||
|
|
||||||
- [Octokit client follows proxy settings](https://github.com/actions/toolkit/pull/314)
|
- [Octokit client follows proxy settings](https://github.com/actions/toolkit/pull/314)
|
||||||
|
|||||||
2
packages/github/package-lock.json
generated
2
packages/github/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@actions/github",
|
"name": "@actions/github",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@actions/github",
|
"name": "@actions/github",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"description": "Actions github lib",
|
"description": "Actions github lib",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"github",
|
"github",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user