Skip to content

fix: bad import path #295

fix: bad import path

fix: bad import path #295

Workflow file for this run

name: 'Pull Request Clean Up'
on:
pull_request:
types: [ closed ]
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
permissions:
id-token: write
contents: read
pull-requests: write
deployments: write
repository-projects: write
jobs:
delete_frontend_stack:
uses: ./.github/workflows/step_delete_stack.yaml
secrets: inherit
with:
stack_name: antalmanac-frontend-staging-${{ github.event.pull_request.number }}
delete_backend_stack:
uses: ./.github/workflows/step_delete_stack.yaml
secrets: inherit
with:
stack_name: antalmanac-backend-staging-${{ github.event.pull_request.number }}
delete_staging_url:
runs-on: ubuntu-latest
needs: [ delete_frontend_stack, delete_backend_stack ]
steps:
- name: delete staging url
uses: marocchino/sticky-pull-request-comment@v2
with:
header: staging url
delete: true