Skip to content
name: Reusable Proto Deploy Workflow

Check failure on line 1 in .github/workflows/reusable-proto-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/reusable-proto-deploy.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: deploy
on:
workflow_call:
inputs:
proto-directory:
required: true
type: string
updateable-deps:
description: 'csv of local dependencies which may need to be updated'
required: false
type: string
secrets:
BUF_TOKEN:
required: true
jobs:
deploy:
runs-on: ubuntu-latest