Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Bump crate-ci/typos from 1.23.2 to 1.28.1 #89

Bump crate-ci/typos from 1.23.2 to 1.28.1

Bump crate-ci/typos from 1.23.2 to 1.28.1 #89

Workflow file for this run

name: Remove closed pull request preview
on:
pull_request:
types:
- closed
jobs:
# Remove PR-Preview
remove-preview:
environment:
name: github-pages-staging
runs-on: ubuntu-latest
steps:
# Initialize git repo for pr-preview-action
- name: Checkout
uses: actions/checkout@v4
with:
ref: main # PR branch may be deleted at this point
- name: Delete preview
uses: rossjrw/pr-preview-action@v1
id: deployment
with:
action: remove
preview-branch: previews
deploy-repository: aeroteameindhoven/website-staging
custom-url: staging.aeroteameindhoven.nl
umbrella-dir: preview
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}