Skip to content

Commit 5298fbe

Browse files
author
Kartik Raj
committed
Use microsoft repo
1 parent 058eb18 commit 5298fbe

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/community-feedback-auto-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout Actions
1717
uses: actions/checkout@v3
1818
with:
19-
repository: 'karrtikr/vscode-python-github-actions'
19+
repository: 'microsoft/vscode-python-engineering'
2020
path: ./actions
2121
- name: Install Actions
2222
run: npm install --production --prefix ./actions

.github/workflows/issue-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout Actions
2222
uses: actions/checkout@v3
2323
with:
24-
repository: 'karrtikr/vscode-python-github-actions'
24+
repository: 'microsoft/vscode-python-engineering'
2525
path: ./actions
2626
- name: Install Actions
2727
run: npm install --production --prefix ./actions

.github/workflows/lock-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout Actions
1919
uses: actions/checkout@v3
2020
with:
21-
repository: 'karrtikr/vscode-python-github-actions'
21+
repository: 'microsoft/vscode-python-engineering'
2222
path: ./actions
2323
- name: Install Actions
2424
run: npm install --production --prefix ./actions

.github/workflows/triage-info-needed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout Actions
1616
uses: actions/checkout@v3
1717
with:
18-
repository: 'karrtikr/vscode-python-github-actions'
18+
repository: 'microsoft/vscode-python-engineering'
1919
path: ./actions
2020
- name: Install Actions
2121
run: npm install --production --prefix ./actions
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout Actions
3434
uses: actions/checkout@v3
3535
with:
36-
repository: 'karrtikr/vscode-python-github-actions'
36+
repository: 'microsoft/vscode-python-engineering'
3737
path: ./actions
3838
- name: Install Actions
3939
run: npm install --production --prefix ./actions

0 commit comments

Comments
 (0)