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
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |