Skip to content

Commit f154dda

Browse files
authored
Update copy-compat-to-docs-shared.yml
1 parent 36eac51 commit f154dda

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/copy-compat-to-docs-shared.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- "master"
77
paths:
8-
- "source/includes/mongodb-compatibility-table-csharp.rst"
9-
- "source/includes/language-compatibility-table-csharp.rst"
8+
- "source/includes/mongodb-compatibility-table-pymongo.rst"
9+
- "source/includes/language-compatibility-table-pymongo.rst"
1010

1111
jobs:
1212
copy-file:
@@ -20,21 +20,21 @@ jobs:
2020
env:
2121
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
2222
with:
23-
source_file: "source/includes/mongodb-compatibility-table-csharp.rst"
23+
source_file: "source/includes/mongodb-compatibility-table-pymongo.rst"
2424
destination_repo: "10gen/docs-shared"
2525
destination_folder: "dbx"
2626
user_email: "[email protected]"
2727
user_name: "docs-builder-bot"
28-
commit_message: "Auto-import from docs-csharp"
28+
commit_message: "Auto-import from docs-pymongo"
2929

3030
- name: Copy language-compat table
3131
uses: dmnemec/copy_file_to_another_repo_action@main
3232
env:
3333
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
3434
with:
35-
source_file: "source/includes/language-compatibility-table-csharp.rst"
35+
source_file: "source/includes/language-compatibility-table-pymongo.rst"
3636
destination_repo: "10gen/docs-shared"
3737
destination_folder: "dbx"
3838
user_email: "[email protected]"
3939
user_name: "docs-builder-bot"
40-
commit_message: "Auto-import from docs-csharp"
40+
commit_message: "Auto-import from docs-pymongo"

0 commit comments

Comments
 (0)