We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7074fd6 commit 6fbcf5cCopy full SHA for 6fbcf5c
.github/workflows/pull-request.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Clone plugins (from fork)
33
run: |
34
- git clone --branch ${{ env.CONTENT_PLUGIN_VERSION }} https://github.com/vinodbhorge/sunbird-content-plugins.git plugins
+ git clone --branch ${{ env.CONTENT_PLUGIN_VERSION }} https://github.com/Sunbird-Knowlg/sunbird-content-plugins.git plugins
35
36
- name: Install dependencies
37
@@ -98,4 +98,4 @@ jobs:
98
key: ${{ runner.os }}-node-${{ hashFiles('package.json') }}
99
100
- name: Run Lint
101
- run: npm run lint
+ run: npm run lint
0 commit comments