File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 7
7
paths :
8
8
- ' source/includes/mongodb-compatibility-table-node.rst'
9
9
- ' source/includes/language-compatibility-table-node.rst'
10
+ - ' source/includes/component-compatibility-table-node.rst'
10
11
env :
11
12
API_TOKEN_GITHUB : ${{ secrets.API_TOKEN_GITHUB }}
12
13
42
43
43
44
user_name : ' docs-builder-bot'
44
45
commit_message : ' Auto-import from docs-node'
46
+
47
+ copy-component-compat :
48
+ runs-on : ubuntu-latest
49
+ steps :
50
+ - name : Checkout code
51
+ uses : actions/checkout@v2
52
+
53
+ - name : Copy language-compat table
54
+ uses : dmnemec/copy_file_to_another_repo_action@main
55
+ with :
56
+ source_file : ' source/includes/component-compatibility-table-node.rst'
57
+ destination_repo : ' 10gen/docs-shared'
58
+ destination_folder : ' dbx'
59
+
60
+ user_name : ' docs-builder-bot'
61
+ commit_message : ' Auto-import from docs-node'
You can’t perform that action at this time.
0 commit comments