Skip to content

Commit 5e10f5f

Browse files
committed
docs(example): github.event.client_payload 需要转成 json 字符串
1 parent 9e36e24 commit 5e10f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/store-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: ${{ contains(fromJSON('["Bot", "Adapter", "Plugin"]'), github.event.client_payload.type) }}
5353
run: uv run --no-dev --extra plugin python -m src.providers.store_test registry-update
5454
env:
55-
REGISTRY_UPDATE_PAYLOAD: ${{ github.event.client_payload }}
55+
REGISTRY_UPDATE_PAYLOAD: ${{ toJson(github.event.client_payload) }}
5656

5757
- name: Upload results
5858
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)