Skip to content

Commit

Permalink
Workflow: Add missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
3j14 committed Nov 18, 2024
1 parent a701fb1 commit 1d3d7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
env:
repo: '3j14/homebrew-bumgr'
data: "{'event_type': 'update', 'client_payload': {'version': '${{ github.event.inputs.version }}'}"
data: "{'event_type': 'update', 'client_payload': {'version': '${{ github.event.inputs.version }}'}}"
timeout-minutes: 1
steps:
- name: Dispatch Homebrew update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
env:
repo: '3j14/homebrew-bumgr'
data: "{'event_type': 'update', 'client_payload': {'version': '${{ github.event.inputs.version }}'}"
data: "{'event_type': 'update', 'client_payload': {'version': '${{ github.event.inputs.version }}'}}"
timeout-minutes: 1
steps:
- name: Dispatch Homebrew update
Expand Down

0 comments on commit 1d3d7d2

Please sign in to comment.