Skip to content

Commit e9d16e3

Browse files
authored
Update main.yml
1 parent 70be258 commit e9d16e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
run: |
5959
cd cls-repo
6060
git add docs/6-basecode/py2d/index.md
61-
git commit -m "Update sample server documentation from README"
61+
git commit -m "Update py2d documentation from README"
6262
git push origin update-readme-py2d-${{ steps.random.outputs.random_number }}
6363
6464
- name: Create Pull Request in CLSFramework.github.io using GitHub API
6565
run: |
6666
PR_RESPONSE=$(curl -X POST -H "Authorization: token ${{ secrets.GH_TOKEN }}" \
6767
-H "Accept: application/vnd.github.v3+json" \
6868
https://api.github.com/repos/CLSFramework/CLSFramework.github.io/pulls \
69-
-d '{"title":"Update sample server documentation","head":"update-readme-py2d-${{ steps.random.outputs.random_number }}","base":"main","body":"This PR updates the sample server documentation based on changes made in README.md."}')
69+
-d '{"title":"Update py2d documentation","head":"update-readme-py2d-${{ steps.random.outputs.random_number }}","base":"main","body":"This PR updates the py2d documentation based on changes made in README.md."}')
7070
echo "Pull request created: $PR_RESPONSE"

0 commit comments

Comments
 (0)