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

build(deps): bump browser-actions/setup-chrome from 1.4.0 to 1.6.0 #421

build(deps): bump browser-actions/setup-chrome from 1.4.0 to 1.6.0

build(deps): bump browser-actions/setup-chrome from 1.4.0 to 1.6.0 #421

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