mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix paths (#10226)
This commit is contained in:
4
.github/workflows/on-issue-open.yml
vendored
4
.github/workflows/on-issue-open.yml
vendored
@@ -14,10 +14,10 @@ jobs:
|
|||||||
ref: master
|
ref: master
|
||||||
path: ./actions
|
path: ./actions
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
run: npm install --production --prefix ./actions
|
run: npm install --production --prefix ./actions/build/actions
|
||||||
|
|
||||||
- name: Run CopyCat
|
- name: Run CopyCat
|
||||||
uses: ./actions/copycat
|
uses: ./actions/build/actions/copycat
|
||||||
with:
|
with:
|
||||||
owner: anthonydresser
|
owner: anthonydresser
|
||||||
repo: testissues
|
repo: testissues
|
||||||
|
|||||||
2
.github/workflows/on-pr-open.yml
vendored
2
.github/workflows/on-pr-open.yml
vendored
@@ -18,6 +18,6 @@ jobs:
|
|||||||
run: npm install --production --prefix ./actions/build/actions
|
run: npm install --production --prefix ./actions/build/actions
|
||||||
|
|
||||||
- name: Run Port Labeler
|
- name: Run Port Labeler
|
||||||
uses: ./actions/auto-labeler
|
uses: ./actions/build/actions/auto-labeler
|
||||||
with:
|
with:
|
||||||
label: "Port Request"
|
label: "Port Request"
|
||||||
|
|||||||
Reference in New Issue
Block a user