Skip to content

chore(deps): update plugin com.dorongold.task-tree to v3 #349

chore(deps): update plugin com.dorongold.task-tree to v3

chore(deps): update plugin com.dorongold.task-tree to v3 #349

Workflow file for this run

name: Clean up environment on PR closure
on:
pull_request:
types: [ closed ]
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
# 1. TODO: remove directory from the web.edumips.org github repo
# ...
# 2. Deactivate environment
- name: Deactivate environment
uses: bobheadxi/deployments@v1.5.0
with:
step: deactivate-env
token: ${{ secrets.GITHUB_TOKEN }}
env: ${{ github.event.pull_request.number }}