Skip to content

chore(deps): update actions/download-artifact action to v4.1.7 #350

chore(deps): update actions/download-artifact action to v4.1.7

chore(deps): update actions/download-artifact action to v4.1.7 #350

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 }}