فهرست منبع

CI - don't send message as it may contain newline and break the json.
[ci skip]

Yao Wei Tjong 姚伟忠 4 سال پیش
والد
کامیت
198b19df22
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/website.yml

+ 1 - 1
.github/workflows/website.yml

@@ -44,7 +44,7 @@ jobs:
           token: ${{ secrets.DISPATCHER_TOKEN }}
           repository: weitjong/urho3d-website
           event-type: build
-          client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "message": "${{ github.event.head_commit.message }}"}'
+          client-payload: '{"sha": "${{ github.sha }}"}'
         if: steps.whatchanged.outputs.skip == '0'
 
 ...