Manually invoke client updates for API change #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / Manually invoke client updates for API changeInvalid workflow file
|