Skip to content

Commit 6fbcf5c

Browse files
authored
Update pull-request.yml
1 parent 7074fd6 commit 6fbcf5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Clone plugins (from fork)
3333
run: |
34-
git clone --branch ${{ env.CONTENT_PLUGIN_VERSION }} https://github.com/vinodbhorge/sunbird-content-plugins.git plugins
34+
git clone --branch ${{ env.CONTENT_PLUGIN_VERSION }} https://github.com/Sunbird-Knowlg/sunbird-content-plugins.git plugins
3535
3636
- name: Install dependencies
3737
run: |
@@ -98,4 +98,4 @@ jobs:
9898
key: ${{ runner.os }}-node-${{ hashFiles('package.json') }}
9999

100100
- name: Run Lint
101-
run: npm run lint
101+
run: npm run lint

0 commit comments

Comments
 (0)