Merge pull request #9168 from JimMoen/1018-fix-ci-path-error

chore: workflow steps with path
This commit is contained in:
Zaiming (Stone) Shi 2022-10-18 13:21:06 +02:00 committed by GitHub
commit 5f8453570a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,9 +31,9 @@ jobs:
path: source
fetch-depth: 0
- id: detect-profiles
working-directory: source
uses: ./.github/actions/detect-profiles
with:
path: source
ci_git_token: ${{ secrets.CI_GIT_TOKEN }}
- name: get_all_deps
if: endsWith(github.repository, 'emqx')