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

Updated the test

This commit is contained in:
Tonye Jack 2022-09-02 18:25:29 -06:00
parent 618e703768
commit 16e8ea38da

View file

@ -131,6 +131,8 @@ jobs:
steps:
- name: Checkout to branch
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Run changed-files with a single commit history
id: changed-files
@ -260,7 +262,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 1
fetch-depth: 0
- name: Run changed-files with defaults
id: changed-files
uses: ./