Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump follow-redirects from 1.15.5 to 1.15.6 #20

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This action will create a PagerDuty incident. Only one service can be targeted
- name: Create a PagerDuty Incident
if: steps.compare-checksums.outputs.MATCH == 'false'
# You may also reference the major or major.minor version
uses: im-open/create-pagerduty-incident@v1.3.0
uses: im-open/create-pagerduty-incident@v1.3.1
with:
pagerduty-api-key: ${{secrets.PAGERDUTY_API_KEY}}
email: bob@office.com
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12335,7 +12335,7 @@ var require_follow_redirects = __commonJS({
(redirectUrl.protocol !== currentUrlParts.protocol && redirectUrl.protocol !== 'https:') ||
(redirectUrl.host !== currentHost && !isSubdomain(redirectUrl.host, currentHost))
) {
removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers);
removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers);
}
if (isFunction(beforeRedirect)) {
var responseDetails = {
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

Loading