Merge pull request #9168 from JimMoen/1018-fix-ci-path-error
chore: workflow steps with path
This commit is contained in:
commit
5f8453570a
|
@ -31,9 +31,9 @@ jobs:
|
||||||
path: source
|
path: source
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- id: detect-profiles
|
- id: detect-profiles
|
||||||
working-directory: source
|
|
||||||
uses: ./.github/actions/detect-profiles
|
uses: ./.github/actions/detect-profiles
|
||||||
with:
|
with:
|
||||||
|
path: source
|
||||||
ci_git_token: ${{ secrets.CI_GIT_TOKEN }}
|
ci_git_token: ${{ secrets.CI_GIT_TOKEN }}
|
||||||
- name: get_all_deps
|
- name: get_all_deps
|
||||||
if: endsWith(github.repository, 'emqx')
|
if: endsWith(github.repository, 'emqx')
|
||||||
|
|
Loading…
Reference in New Issue