File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 10
10
"vscode" : {
11
11
// Add the IDs of extensions you want installed when the container is created.
12
12
"extensions" : [
13
+ " github.vscode-github-actions" ,
13
14
" GitHub.vscode-pull-request-github" ,
14
15
" ms-vscode-remote.remote-containers" ,
15
16
" ms-azuretools.vscode-docker"
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
release :
9
- uses : centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/release.yml@main
9
+ uses : centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/node-sdk- release.yml@main
10
10
secrets : inherit
11
- with :
12
- repository : ${{ github.repository }}
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
tests :
10
- uses : centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/auto-merge-dependabot-pr .yml@main
10
+ uses : centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/node-sdk-test .yml@main
11
11
secrets : inherit
12
- with :
13
- repository : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments