File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - name : Checkout repository
15+ - name : Checkout the sample-playmaker-server-python-grpc repository
1616 uses : actions/checkout@v3
1717
1818 - name : Set up Git
@@ -32,12 +32,12 @@ jobs:
3232 id : random
3333 run : echo "::set-output name=random_number::$(shuf -i 1000-9999 -n 1)"
3434
35- - name : Clone the second repository ( CLSFramework.github.io)
35+ - name : Clone the CLSFramework.github.io repository
3636 run : |
3737 git clone https://github.com/CLSFramework/CLSFramework.github.io.git cls-repo
3838 cd cls-repo
3939
40- # Copy updated README to the target directory
40+ # Copy updated README to target directory in the CLSFramework.github.io repository
4141 cp ../README.md docs/2-sampleserver/0-sample-python-base-code-gRPC/index.md
4242
4343 # Create a new branch with a random number appended
5959 uses : peter-evans/create-pull-request@v5
6060 with :
6161 token : ${{ secrets.GH_TOKEN }}
62- repository : CLSFramework/CLSFramework.github.io # Target the correct repository
62+ repository : CLSFramework/CLSFramework.github.io # Explicitly set the target repo
6363 branch : update-readme-grpc-${{ steps.random.outputs.random_number }}
6464 commit-message : " Update sample server documentation from README"
6565 title : " Update sample server documentation"
You can’t perform that action at this time.
0 commit comments