diff --git a/.github/workflows/update-ts-version-tags.yml b/.github/workflows/update-ts-version-tags.yml index 430a2922..220c96e5 100644 --- a/.github/workflows/update-ts-version-tags.yml +++ b/.github/workflows/update-ts-version-tags.yml @@ -5,6 +5,12 @@ name: Update ts* tags for ATA # For production on: + workflow_dispatch: + inputs: + checkout: + description: ref to deploy + required: true + default: master schedule: # https://crontab.guru/#5_8_*_*_1 - cron: "5 8 * * 1" @@ -15,6 +21,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 + with: + node-version: '14' - name: retag run: | git clone --depth 1 https://github.com/DefinitelyTyped/DefinitelyTyped ../DefinitelyTyped