chore(deps): bump i18next from 23.7.7 to 23.8.1 #1758
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cleanup - Remove surge demo | |
on: | |
pull_request: | |
types: [ closed ] | |
permissions: {} | |
jobs: | |
cleanup: | |
name: Remove NR on surge | |
runs-on: ubuntu-latest | |
environment: pull_request_unsafe | |
steps: | |
- name: Use Node.js | |
uses: ./.github/actions/setup-node | |
- name: Push to surge | |
run: npx surge teardown ${{ github.event.pull_request.number }}.talend.surge.sh --token ${{ secrets.SURGE_TOKEN }} |