Skip to content

Commit c843795

Browse files
authored
Update main.yml
1 parent 9a611e4 commit c843795

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -59,7 +59,7 @@ jobs:
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"

0 commit comments

Comments
 (0)