Skip to content

Commit

Permalink
chore: update sync doc action
Browse files Browse the repository at this point in the history
  • Loading branch information
chongqiangchen committed Jun 1, 2024
1 parent a06930d commit b5e91e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }} # 确保使用正确的访问令牌
commit-message: Update tutorials
title: "Update Tutorials"
body: ${{ steps.sync.outputs.changes }}
body: "${{ steps.sync.outputs.changes }}"
branch: "update-tutorials-${{ github.run_id }}"
base: "main"
labels: "automated pr"

0 comments on commit b5e91e4

Please sign in to comment.