We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f7295 commit 7429307Copy full SHA for 7429307
1 file changed
.github/workflows/release.yml
@@ -107,6 +107,7 @@ jobs:
107
}
108
run: |
109
export PAYLOAD=$(echo "${PAYLOAD}" | jq -Mc '.')
110
+ set -x # let's see what we're sending
111
gh api repos/earlye/homebrew-tap/dispatches \
112
-f event_type=update-formula \
113
-F "client_payload=${PAYLOAD}"
0 commit comments