3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-17 19:17:45 +00:00

chore: update action name (#558)

This commit is contained in:
Tonye Jack 2022-08-03 14:06:08 -06:00 committed by GitHub
parent fb62fbd197
commit 4c536a7182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
fetch-depth: 0 # needed for tj-actions/changed-files fetch-depth: 0 # needed for tj-actions/changed-files
- name: Get changed files - name: Get changed files
id: changed-files id: changed-files
uses: tj-actions/changed-files@v23 uses: ./
with: with:
json: true json: true
- name: List all changed files - name: List all changed files
@ -36,4 +36,4 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Test - name: Test
run: | run: |
echo ${{ matrix.container }} echo ${{ matrix.container }}