chore: fix local actions path
This commit is contained in:
parent
3b59f1440b
commit
075228aadc
|
@ -31,9 +31,8 @@ jobs:
|
|||
path: source
|
||||
fetch-depth: 0
|
||||
- id: detect-profiles
|
||||
uses: ./.github/actions/detect-profiles
|
||||
uses: ./source/.github/actions/detect-profiles
|
||||
with:
|
||||
path: source
|
||||
ci_git_token: ${{ secrets.CI_GIT_TOKEN }}
|
||||
- name: get_all_deps
|
||||
if: endsWith(github.repository, 'emqx')
|
||||
|
|
|
@ -18,8 +18,7 @@ jobs:
|
|||
path: source
|
||||
fetch-depth: 0
|
||||
- id: detect-profiles
|
||||
working-directory: source
|
||||
uses: ./.github/actions/detect-profiles
|
||||
uses: ./source/.github/actions/detect-profiles
|
||||
with:
|
||||
ci_git_token: ${{ secrets.CI_GIT_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue