Skip to content

Commit

Permalink
ARCH-0000 - Update readme and recompile dependabot PR
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-casella-adams committed Mar 18, 2024
1 parent 1613fbb commit 365621e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 365621e

Please sign in to comment.