File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
echo "::set-output name=repo::$(cut -d'/' -f2 <<< ${{ github.repository }})"
21
21
echo "::set-output name=sha::$(sha=${{ github.sha }}; echo ${sha:0:6})"
22
22
23
- # - name: Repository Dispatch
24
- # uses: peter-evans/repository-dispatch@v1.1.1
25
- # with:
26
- # token: ${{ secrets.PR_TRIGGER_BUILD_TOKEN }}
27
- # repository: pingcap/website-docs/
28
- # event-type: ${{ steps.extract_info.outputs.repo }}/${{ steps.extract_info.outputs.branch }}-${{ steps.extract_info.outputs.sha }}
29
- # client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "repo": "${{ github.repository }}"}'
23
+ - name : Repository Dispatch
24
+ uses : peter-evans/repository-dispatch@v1.1.1
25
+ with :
26
+ token : ${{ secrets.PR_TRIGGER_BUILD_TOKEN }}
27
+ repository : pingcap/website-docs/
28
+ event-type : ${{ steps.extract_info.outputs.repo }}/${{ steps.extract_info.outputs.branch }}-${{ steps.extract_info.outputs.sha }}
29
+ client-payload : ' {"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "repo": "${{ github.repository }}"}'
You can’t perform that action at this time.
0 commit comments