Retry on 412 status codes (#333)

* Retry on 412 status codes
* Add retry tests
This commit is contained in:
Tom Proctor 2022-06-29 12:55:26 +01:00 committed by GitHub
parent ad04ab9377
commit 55a11671e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 956 additions and 2 deletions

View file

@ -8,7 +8,6 @@ const got = require('got');
const {
exportSecrets,
parseSecretsInput,
parseResponse,
parseHeadersInput
} = require('./action');