Skip to content

feat: show network name instead network url, and related fixes #13

feat: show network name instead network url, and related fixes

feat: show network name instead network url, and related fixes #13

name: pull-request-cleanup
on:
pull_request:
branches: [ master ]
types: [ closed ]
jobs:
rollback:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: aepp-faucet
DEPLOY_VERSION: "pr-${{ github.event.number }}"
DEPLOY_SUBDOMAIN: "pr-${{ github.event.number }}-faucet"
delete-tag:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
DOCKERHUB_REPO: "aeternitybot/${{ github.event.repository.name }}"
DOCKERHUB_TAG: "pr-${{ github.event.number }}"