Skip to content

Commit afaab45

Browse files
Abhinav KumarAbhinav Kumar
Abhinav Kumar
authored and
Abhinav Kumar
committed
base sha and sha corrected for file renaminhg tests
1 parent dec34cb commit afaab45

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/test.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ jobs:
271271
continue-on-error: true
272272
uses: ./
273273
with:
274-
base_sha: d1c0ee4
275-
sha: d1c0ee4
274+
base_sha: 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
275+
sha: 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
276276

277277
- name: Exit with 1 if no error is raised
278278
if: steps.changed-files.outcome != 'failure'
@@ -1314,8 +1314,8 @@ jobs:
13141314
id: changed-files-dir-names
13151315
uses: ./
13161316
with:
1317-
base_sha: d1c0ee4
1318-
sha: 4d04215
1317+
base_sha: 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
1318+
sha: dec34cbcd4b8f50d46cdb8e170687eb434f97858
13191319
fetch_depth: 60000
13201320
dir_names: "true"
13211321
- name: Show output
@@ -1334,8 +1334,8 @@ jobs:
13341334
id: changed-files-dir-names-specific
13351335
uses: ./
13361336
with:
1337-
base_sha: d1c0ee4
1338-
sha: 4d04215
1337+
base_sha: 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
1338+
sha: dec34cbcd4b8f50d46cdb8e170687eb434f97858
13391339
fetch_depth: 60000
13401340
dir_names: true
13411341
files: test/**
@@ -1355,8 +1355,8 @@ jobs:
13551355
id: changed-files-dir-names-specific-include-files
13561356
uses: ./
13571357
with:
1358-
base_sha: d1c0ee4
1359-
sha: 4d04215
1358+
base_sha: 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
1359+
sha: dec34cbcd4b8f50d46cdb8e170687eb434f97858
13601360
fetch_depth: 60000
13611361
dir_names: true
13621362
dir_names_include_files: test/*.txt
@@ -1395,8 +1395,8 @@ jobs:
13951395
id: changed-files-dir-names-specific-unmatched-path
13961396
uses: ./
13971397
with:
1398-
base_sha: d1c0ee4
1399-
sha: 4d04215
1398+
base_sha: 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
1399+
sha: dec34cbcd4b8f50d46cdb8e170687eb434f97858
14001400
fetch_depth: 60000
14011401
dir_names: true
14021402
files: unknown/**
@@ -1506,8 +1506,8 @@ jobs:
15061506
id: changed-files-all-old-new-renamed-files-1
15071507
uses: ./
15081508
with:
1509-
base_sha: d1c0ee4
1510-
sha: 4d04215
1509+
base_sha: 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
1510+
sha: dec34cbcd4b8f50d46cdb8e170687eb434f97858
15111511
fetch_depth: 60000
15121512
include_all_old_new_renamed_files: true
15131513
- name: Show output

0 commit comments

Comments
 (0)