diff --git a/.github/workflows/manual-matrix-test.yml b/.github/workflows/manual-matrix-test.yml index 6c6ca29f637..822b3957842 100644 --- a/.github/workflows/manual-matrix-test.yml +++ b/.github/workflows/manual-matrix-test.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # needed for tj-actions/changed-files - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v23 + uses: ./ with: json: true - name: List all changed files @@ -36,4 +36,4 @@ jobs: uses: actions/checkout@v3 - name: Test run: | - echo ${{ matrix.container }} \ No newline at end of file + echo ${{ matrix.container }}