Skip to content

Commit

Permalink
Merge pull request #611 from actions/fix-https-proxy
Browse files Browse the repository at this point in the history
Fix proxy failures in 3.1.1
  • Loading branch information
febuiles committed Nov 8, 2023
2 parents 9f45b24 + a89dd96 commit fde92ac
Show file tree
Hide file tree
Showing 9 changed files with 16,630 additions and 9,382 deletions.
3 changes: 1 addition & 2 deletions __tests__/dependency-graph.test.ts
Expand Up @@ -24,7 +24,6 @@ test('it properly catches RequestError type', async () => {
headRef: 'refs/heads/master'
})
} catch (error) {
const err = error as RequestError
expect(err.status).toBe(401)
expect(error).toBeInstanceOf(RequestError)
}
})
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -62,5 +62,5 @@ inputs:
required: false
default: 120
runs:
using: 'node20'
using: 'node16'
main: 'dist/index.js'
23,833 changes: 15,255 additions & 8,578 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

152 changes: 104 additions & 48 deletions dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fde92ac

Please sign in to comment.