mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 19:17:45 +00:00
Update test
This commit is contained in:
parent
e7fd9e59a4
commit
d2486b470f
1 changed files with 8 additions and 8 deletions
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
|
@ -821,16 +821,16 @@ jobs:
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: 920856cf
|
ref: a52f8621d26d5d9f54b80f74bda2d9eedff94693
|
||||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 3
|
fetch-depth: 2
|
||||||
- name: Run changed-files with dir_names and dir_names_deleted_files_include_only_deleted_dirs with a single file deleted withing the test directory
|
- name: Run changed-files with dir_names and dir_names_deleted_files_include_only_deleted_dirs with a single file deleted withing the test directory
|
||||||
id: changed-files-dir-names-deleted-files-include-only-deleted-dirs-single-file
|
id: changed-files-dir-names-deleted-files-include-only-deleted-dirs-single-file
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
base_sha: 920856cf
|
base_sha: 920856cfdd4b4be17810e34b197596397473adf6
|
||||||
sha: a52f8621
|
sha: a52f8621d26d5d9f54b80f74bda2d9eedff94693
|
||||||
dir_names: true
|
dir_names: true
|
||||||
dir_names_deleted_files_include_only_deleted_dirs: true
|
dir_names_deleted_files_include_only_deleted_dirs: true
|
||||||
- name: Show output
|
- name: Show output
|
||||||
|
@ -854,16 +854,16 @@ jobs:
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: 920856cf
|
ref: cd1e384723e4d1a184568182ac2b27c53ebf017f
|
||||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 3
|
fetch-depth: 2
|
||||||
- name: Run changed-files with dir_names and dir_names_deleted_files_include_only_deleted_dirs with the test directory deleted
|
- name: Run changed-files with dir_names and dir_names_deleted_files_include_only_deleted_dirs with the test directory deleted
|
||||||
id: changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory
|
id: changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
base_sha: 920856cf
|
base_sha: a52f8621d26d5d9f54b80f74bda2d9eedff94693
|
||||||
sha: cd1e384
|
sha: cd1e384723e4d1a184568182ac2b27c53ebf017f
|
||||||
dir_names: true
|
dir_names: true
|
||||||
dir_names_deleted_files_include_only_deleted_dirs: true
|
dir_names_deleted_files_include_only_deleted_dirs: true
|
||||||
- name: Show output
|
- name: Show output
|
||||||
|
|
Loading…
Reference in a new issue