Skip to content

Bump @testing-library/react from 14.1.0 to 14.1.2 #260

Bump @testing-library/react from 14.1.0 to 14.1.2

Bump @testing-library/react from 14.1.0 to 14.1.2 #260

name: Surge.sh Preview Teardown
on:
pull_request_target:
types: [closed]
jobs:
preview-teardown:
runs-on: ubuntu-latest
steps:
- name: Teardown surge preview
id: deploy
run: npx surge teardown https://extensions-quarkus-pr-${{ github.event.number }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} || true
- name: Update PR status comment
uses: actions-cool/maintain-one-comment@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
🙈 The PR is closed and the preview is expired.
<!-- Sticky Pull Request Comment -->
body-include: '<!-- Sticky Pull Request Comment -->'
number: ${{ github.event.number }}