Skip to content

Commit

Permalink
Merge pull request #17 from im-open/node20
Browse files Browse the repository at this point in the history
ARCH-2011 - Update to node20
  • Loading branch information
danielle-casella-adams authored Mar 8, 2024
2 parents 2f57e29 + baabea1 commit 4187519
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/close-pagerduty-maintenance-window@v1.1.5
uses: im-open/close-pagerduty-maintenance-window@v1.2.0
with:
pagerduty-api-key: ${{secrets.PAGERDUTY_API_KEY}}
maintenance-window-id: ${{ steps.open-window.outputs.maintenance-window-id }}
Expand Down Expand Up @@ -101,7 +101,7 @@ This project has adopted the [im-open's Code of Conduct](https://github.com/im-o

## License

Copyright © 2023, Extend Health, LLC. Code released under the [MIT license](LICENSE).
Copyright © 2024, Extend Health, LLC. Code released under the [MIT license](LICENSE).

<!-- Links -->
[Incrementing the Version]: #incrementing-the-version
Expand Down
36 changes: 18 additions & 18 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Close a PagerDuty Maintenance Window
description: Closes the specified PagerDuty maintenance window.

inputs:
pagerduty-api-key:
description: 'The PagerDuty API Key that allows access to your services'
required: true
maintenance-window-id:
description: 'The ID of the maintenance window to be closed.'
required: true
minutes:
description: 'The number of minutes to close the window in. Defaults to 3. Must be greater than 0.'
required: true
default: '3'

runs:
using: 'node16'
main: 'dist/index.js'
name: Close a PagerDuty Maintenance Window
description: Closes the specified PagerDuty maintenance window.

inputs:
pagerduty-api-key:
description: 'The PagerDuty API Key that allows access to your services'
required: true
maintenance-window-id:
description: 'The ID of the maintenance window to be closed.'
required: true
minutes:
description: 'The number of minutes to close the window in. Defaults to 3. Must be greater than 0.'
required: true
default: '3'

runs:
using: 'node20'
main: 'dist/index.js'

0 comments on commit 4187519

Please sign in to comment.