Skip to content

Commit

Permalink
Merge pull request #85 from josephschorr/add-missing-dash
Browse files Browse the repository at this point in the history
Add missing dash in workflow
  • Loading branch information
josephschorr authored Sep 7, 2023
2 parents 329e867 + e3432af commit 5933d6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/manual-client-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: "ubuntu-latest"
name: "📦 Trigger Client Updates"
steps:
uses: "peter-evans/repository-dispatch@v2"
with:
token: "${{ secrets.EXTERNAL_REPO_TOKEN }}"
repository: "authzed/authzed-node"
event-type: "api_update"
client-payload: '{"BUFTAG": "${{ inputs.buftag }}"}'
- uses: "peter-evans/repository-dispatch@v2"
with:
token: "${{ secrets.EXTERNAL_REPO_TOKEN }}"
repository: "authzed/authzed-node"
event-type: "api_update"
client-payload: '{"BUFTAG": "${{ inputs.buftag }}"}'

0 comments on commit 5933d6b

Please sign in to comment.