Skip to content

Deploy to Lambda Feedback #30

Deploy to Lambda Feedback

Deploy to Lambda Feedback #30

Workflow file for this run

name: Deploy to Lambda Feedback
on:
push:
branches:
- main
- master
workflow_dispatch:
jobs:
deploy:
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main

Check failure on line 12 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy to Lambda Feedback

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 12, Col: 11): Input build-platforms is required, but not provided while calling.
with:
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-wolfram'
secrets:
aws-key-id: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
aws-secret-key: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_SECRET}}
function-admin-api-key: ${{ secrets.FUNCTION_ADMIN_API_KEY}}