mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Change path (#9456)
This commit is contained in:
2
.github/workflows/merger.yml
vendored
2
.github/workflows/merger.yml
vendored
@@ -11,6 +11,6 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v2
|
||||
- uses: ./build/actions/AutoMerge/dist/index.js
|
||||
- uses: build/actions/AutoMerge/dist/index.js
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
2
.github/workflows/portlabel.yml
vendored
2
.github/workflows/portlabel.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v2
|
||||
- uses: ./build/actions/AutoLabel/dist/index.js
|
||||
- uses: build/actions/AutoLabel/dist/index.js
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user