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 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - name : Checkout repository
15
+ - name : Checkout the sample-playmaker-server-python-grpc repository
16
16
uses : actions/checkout@v3
17
17
18
18
- name : Set up Git
@@ -32,12 +32,12 @@ jobs:
32
32
id : random
33
33
run : echo "::set-output name=random_number::$(shuf -i 1000-9999 -n 1)"
34
34
35
- - name : Clone the second repository ( CLSFramework.github.io)
35
+ - name : Clone the CLSFramework.github.io repository
36
36
run : |
37
37
git clone https://github.com/CLSFramework/CLSFramework.github.io.git cls-repo
38
38
cd cls-repo
39
39
40
- # Copy updated README to the target directory
40
+ # Copy updated README to target directory in the CLSFramework.github.io repository
41
41
cp ../README.md docs/2-sampleserver/0-sample-python-base-code-gRPC/index.md
42
42
43
43
# Create a new branch with a random number appended
59
59
uses : peter-evans/create-pull-request@v5
60
60
with :
61
61
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
63
63
branch : update-readme-grpc-${{ steps.random.outputs.random_number }}
64
64
commit-message : " Update sample server documentation from README"
65
65
title : " Update sample server documentation"
You can’t perform that action at this time.
0 commit comments