chore: fix local actions path

This commit is contained in:
JimMoen 2022-10-19 10:20:31 +08:00
parent 3b59f1440b
commit 075228aadc
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
2 changed files with 2 additions and 4 deletions

View File

@ -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')

View File

@ -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 }}