Skip to content

Commit

Permalink
Merge pull request #16 from im-open/dependabot/npm_and_yarn/follow-re…
Browse files Browse the repository at this point in the history
…directs-1.15.4

Bump follow-redirects from 1.14.8 to 1.15.4
  • Loading branch information
danielle-casella-adams authored Feb 9, 2024
2 parents 0f65b1b + 6cbc2ab commit 2670813
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 125 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This action will close a PagerDuty Maintenance Window using a provided maintenan
- name: Open a window
id: open-window
# You may also reference just the major or major.minor version
uses: im-open/open-pagerduty-maintenance-window@v1.2.1
uses: im-open/open-pagerduty-maintenance-window@v1
with:
pagerduty-api-key: ${{secrets.PAGERDUTY_API_KEY}}
description: 'Code deployment from GitHub Actions'
Expand All @@ -47,7 +47,7 @@ This action will close a PagerDuty Maintenance Window using a provided maintenan
- name: Close a window
# You may also reference just the major or major.minor version
uses: im-open/[email protected].3
uses: im-open/[email protected].4
with:
pagerduty-api-key: ${{secrets.PAGERDUTY_API_KEY}}
maintenance-window-id: ${{ steps.open-window.outputs.maintenance-window-id }}
Expand Down
Loading

0 comments on commit 2670813

Please sign in to comment.