Skip to content

fix(deps): update github.com/shurcool/githubv4 digest to 599ae7b #1013

fix(deps): update github.com/shurcool/githubv4 digest to 599ae7b

fix(deps): update github.com/shurcool/githubv4 digest to 599ae7b #1013

name: Acceptance Tests Cleanup (Broker)
on:
pull_request:
types: [ closed ]
env:
PR_NUMBER: "${{ github.event.pull_request.number }}"
DEPLOYMENT_NAME: "autoscaler-${{ github.event.pull_request.number }}"
BBL_STATE_PATH: "${{ github.workspace }}/bbl/bbl-state"
AUTOSCALER_DIR: "${{ github.workspace }}/app-autoscaler-release"
CI_DIR: "${{ github.workspace }}/app-autoscaler-release/ci"
jobs:
deployment_cleanup:
name: Cleanup deployments
runs-on: ubuntu-latest
container:
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main
steps:
- uses: actions/checkout@v3
with:
path: app-autoscaler-release
ref: main
- uses: ./app-autoscaler-release/.github/actions/setup-environment
with:
ssh-key: ${{ secrets.BBL_SSH_KEY }}
- run: |
cd ${{ env.AUTOSCALER_DIR }}
make deploy-cleanup