mirror of https://github.com/actions/toolkit
added 202 http code
parent
b7a00a3203
commit
cd46157447
|
@ -10,6 +10,7 @@ import {ProxyAgent} from 'undici'
|
|||
|
||||
export enum HttpCodes {
|
||||
OK = 200,
|
||||
Accepted = 202,
|
||||
MultipleChoices = 300,
|
||||
MovedPermanently = 301,
|
||||
ResourceMoved = 302,
|
||||
|
|
Loading…
Reference in New Issue