We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0526bcd commit 003a72bCopy full SHA for 003a72b
.github/workflows/main.yml
@@ -55,10 +55,11 @@ jobs:
55
git commit -m "Update sample server documentation from README"
56
git push origin update-readme-grpc-${{ steps.random.outputs.random_number }}
57
58
- - name: Create Pull Request
+ - name: Create Pull Request in `CLSFramework.github.io`
59
uses: peter-evans/create-pull-request@v5
60
with:
61
token: ${{ secrets.GH_TOKEN }}
62
+ repository: CLSFramework/CLSFramework.github.io # Explicitly set the target repo
63
branch: update-readme-grpc-${{ steps.random.outputs.random_number }}
64
commit-message: "Update sample server documentation from README"
65
title: "Update sample server documentation"
0 commit comments