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

chore(deps-dev): bump contentful-import from 8.5.63 to 9.4.7 #366

chore(deps-dev): bump contentful-import from 8.5.63 to 9.4.7

chore(deps-dev): bump contentful-import from 8.5.63 to 9.4.7 #366

Workflow file for this run

name: Remove Environment
on:
pull_request:
types: [closed]
jobs:
remove-env:
runs-on: ubuntu-latest
steps:
- name: Get branch
uses: rlespinasse/[email protected]
- name: Remove GitHub deployment
uses: bobheadxi/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
step: delete-env
env: ${{ env.GITHUB_HEAD_REF_SLUG || env.GITHUB_REF_SLUG }}
debug: true