Skip to content

chore(deps): bump next from 14.1.0 to 14.1.1 in /packages/landingpage #494

chore(deps): bump next from 14.1.0 to 14.1.1 in /packages/landingpage

chore(deps): bump next from 14.1.0 to 14.1.1 in /packages/landingpage #494

Workflow file for this run

name: Destroy Unicorn
on:
workflow_dispatch:
pull_request:
types: [closed]
jobs:
destroy-unicorn:
if: github.ref != 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: pages
- uses: rlespinasse/[email protected]
- name: Delete Unicorn from github
uses: EndBug/add-and-commit@v9
with:
branch: pages
message: Destroying unicorn ${{ env.GITHUB_REF_NAME_SLUG }} 🦄
remove: -r unicorn/${{ env.GITHUB_REF_NAME_SLUG }}