Skip to content

chore(frontend): bump @typescript-eslint/parser from 6.7.0 to 6.12.0 in /frontend #71

chore(frontend): bump @typescript-eslint/parser from 6.7.0 to 6.12.0 in /frontend

chore(frontend): bump @typescript-eslint/parser from 6.7.0 to 6.12.0 in /frontend #71

Workflow file for this run

name: Undeploy
on:
pull_request:
types: [ closed ]
jobs:
undeploy:
name: Undeploy from environment
runs-on: ubuntu-22.04
steps:
- id: env
uses: arikkfir/delivery-env-name@v1
with:
branch: ${{ github.event.pull_request.head.ref }}
- uses: arikkfir/undeploy@main
with:
repository: greenstar
environment: ${{ steps.env.outputs.name }}
branch: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.ARIKKFIR_GHA_AUTOMATION }}