Skip to content

Manually invoke client updates for API change #1

Manually invoke client updates for API change

Manually invoke client updates for API change #1

name: "Manually invoke client updates for API change"
on:
workflow_dispatch:
inputs:
buftag:
description: "Tag or commit from https://buf.build/authzed/api/tags/main"
required: true
type: "string"
jobs:
node:
name: "Invoke authzed-node action for update"
uses: "authzed/authzed-node/.github/workflows/automatic-api-update.yaml@main"

Check failure on line 12 in .github/workflows/manual-client-update.yaml

View workflow run for this annotation

GitHub Actions / Manually invoke client updates for API change

Invalid workflow file

The workflow is not valid. .github/workflows/manual-client-update.yaml (Line: 12, Col: 11): Input buftag is required, but not provided while calling.