Skip to content

Commit

Permalink
Update yuque.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Duan-0916 authored Dec 20, 2023
1 parent c6d86e2 commit fc600cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/yuque.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:

- name: Call Sync API
run: |
echo $GITHUB_REPOSITORY
echo ${{ github.repository }}
echo ${{ steps.get_commit_id.outputs.commit_id }}
curl --location 'http://47.243.86.137:8888/v1/rest/sync' \
--header 'Content-Type: application/json' \
--data '{
"inputs": {
"yuqueNamespace": "eg6z1a/qpbul9",
"yuqueSite": "https://mosn-layotto.yuque.com/",
"yuqueToken":"TOdAggX2qQA20byXdw1qmfiJ2INwgATyf0uCUUM9",
"gitRepo": "$GITHUB_REPOSITORY",
"gitRepo": "${{ github.repository }}",
"gitDocRoot": "/",
"gitDocToc": "SUMMARY.md",
"gitCommitId": "${{ steps.get_commit_id.outputs.commit_id }}",
Expand Down

0 comments on commit fc600cc

Please sign in to comment.