Skip to content

test: update screenshots to fix e2e #34

test: update screenshots to fix e2e

test: update screenshots to fix e2e #34

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

Check failure on line 18 in .github/workflows/pull-request-cleanup.yml

View workflow run for this annotation

GitHub Actions / pull-request-cleanup

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request-cleanup.yml (Line: 18, Col: 11): Input TAG is required, but not provided while calling. .github/workflows/pull-request-cleanup.yml (Line: 21, Col: 22): Invalid input, DOCKERHUB_TAG is not defined in the referenced workflow.
secrets: inherit
with:
DOCKERHUB_TAG: "pr-${{ github.event.number }}"
cleanup:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [ delete-tag ]
secrets: inherit