Skip to content

Commit

Permalink
chore: update action name (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Aug 3, 2022
1 parent fb62fbd commit 4c536a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-matrix-test.yml
Expand Up @@ -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
Expand All @@ -36,4 +36,4 @@ jobs:
uses: actions/checkout@v3
- name: Test
run: |
echo ${{ matrix.container }}
echo ${{ matrix.container }}

0 comments on commit 4c536a7

Please sign in to comment.