diff --git a/.github/workflows/_internal-integration.yaml b/.github/workflows/_internal-integration.yaml index e603fcb..a7d0ad0 100644 --- a/.github/workflows/_internal-integration.yaml +++ b/.github/workflows/_internal-integration.yaml @@ -8,6 +8,7 @@ on: - "_test/demo-package/**" - ".github/workflows/_internal-integration.yaml" - ".github/workflows/integration.yaml" + - "supported-version/**" pull_request: branches: - main @@ -15,6 +16,7 @@ on: - "_test/demo-package/**" - ".github/workflows/_internal-integration.yaml" - ".github/workflows/integration.yaml" + - "supported-version/**" jobs: compute_matrix: diff --git a/supported-version/action.yml b/supported-version/action.yml index c35027a..56f161e 100644 --- a/supported-version/action.yml +++ b/supported-version/action.yml @@ -11,7 +11,7 @@ runs: using: 'composite' steps: - run: | - content=`cat supported-version/supported.json | jq -c` + content=`cat ${{ github.action_path }}/supported.json | jq -c` echo "::set-output name=matrix::$content" shell: bash id: generate