Skip to content

Create or update deploy checklist #2

Create or update deploy checklist

Create or update deploy checklist #2

name: Create or update deploy checklist
on:
workflow_call:
workflow_dispatch:
jobs:
createChecklist:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: ./.github/actions/composite/setupNode
- name: Create or update deploy checklist
uses: ./.github/actions/javascript/createOrUpdateStagingDeploy
with:
GITHUB_TOKEN: ${{ github.token }}