Skip to content

Build and Deploy to Review #7

Build and Deploy to Review

Build and Deploy to Review #7

name: Build and Deploy to Review
on:
workflow_dispatch:
inputs:
commit:
description: "Leave blank to use current HEAD, or provide an override commit SHA"
type: string
required: false
jobs:
deploy:
name: Deploy
uses: ./.github/workflows/build_and_deploy_generic.yml

Check failure on line 13 in .github/workflows/build_and_deploy_review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_and_deploy_review.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build_and_deploy_review.yml" -> "./.github/workflows/build_and_deploy_generic.yml" (source branch with sha:b93b0243d116031c08cca3cc543c986a1668c66c) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
with:
commit: ${{ inputs.commit }}
environment: review
secrets: inherit