Skip to content

Commit 003a72b

Browse files
authored
Update main.yml
1 parent 0526bcd commit 003a72b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ jobs:
5555
git commit -m "Update sample server documentation from README"
5656
git push origin update-readme-grpc-${{ steps.random.outputs.random_number }}
5757
58-
- name: Create Pull Request
58+
- name: Create Pull Request in `CLSFramework.github.io`
5959
uses: peter-evans/create-pull-request@v5
6060
with:
6161
token: ${{ secrets.GH_TOKEN }}
62+
repository: CLSFramework/CLSFramework.github.io # Explicitly set the target repo
6263
branch: update-readme-grpc-${{ steps.random.outputs.random_number }}
6364
commit-message: "Update sample server documentation from README"
6465
title: "Update sample server documentation"

0 commit comments

Comments
 (0)