Skip to content

Switch to ECR

Switch to ECR #110

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [ master, develop ]
jobs:
validate:
uses: ./.github/workflows/_validate-npm.yml
publish:
uses: aeternity/github-actions/.github/workflows/[email protected]

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

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "aeternity/github-actions/.github/workflows/[email protected]" : failed to fetch workflow: workflow was not found.
needs: [ validate ]
secrets: inherit
with:
BUILD_ARGS: REVISION=${{ github.sha }}
deploy:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [publish]
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"