We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e34221 commit 1f6e653Copy full SHA for 1f6e653
1 file changed
.github/workflows/release.yml
@@ -109,4 +109,4 @@ jobs:
109
export PAYLOAD=$(echo "${PAYLOAD}" | jq -Mc '.')
110
gh api repos/earlye/homebrew-tap/dispatches \
111
-f event_type=update-formula \
112
- -F client_payload="${PAYLOAD}"
+ -F client_payload:="${PAYLOAD}"
0 commit comments