@@ -271,8 +271,8 @@ jobs:
271
271
continue-on-error : true
272
272
uses : ./
273
273
with :
274
- base_sha : d1c0ee4
275
- sha : d1c0ee4
274
+ base_sha : 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
275
+ sha : 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
276
276
277
277
- name : Exit with 1 if no error is raised
278
278
if : steps.changed-files.outcome != 'failure'
@@ -1314,8 +1314,8 @@ jobs:
1314
1314
id : changed-files-dir-names
1315
1315
uses : ./
1316
1316
with :
1317
- base_sha : d1c0ee4
1318
- sha : 4d04215
1317
+ base_sha : 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
1318
+ sha : dec34cbcd4b8f50d46cdb8e170687eb434f97858
1319
1319
fetch_depth : 60000
1320
1320
dir_names : " true"
1321
1321
- name : Show output
@@ -1334,8 +1334,8 @@ jobs:
1334
1334
id : changed-files-dir-names-specific
1335
1335
uses : ./
1336
1336
with :
1337
- base_sha : d1c0ee4
1338
- sha : 4d04215
1337
+ base_sha : 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
1338
+ sha : dec34cbcd4b8f50d46cdb8e170687eb434f97858
1339
1339
fetch_depth : 60000
1340
1340
dir_names : true
1341
1341
files : test/**
@@ -1355,8 +1355,8 @@ jobs:
1355
1355
id : changed-files-dir-names-specific-include-files
1356
1356
uses : ./
1357
1357
with :
1358
- base_sha : d1c0ee4
1359
- sha : 4d04215
1358
+ base_sha : 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
1359
+ sha : dec34cbcd4b8f50d46cdb8e170687eb434f97858
1360
1360
fetch_depth : 60000
1361
1361
dir_names : true
1362
1362
dir_names_include_files : test/*.txt
@@ -1395,8 +1395,8 @@ jobs:
1395
1395
id : changed-files-dir-names-specific-unmatched-path
1396
1396
uses : ./
1397
1397
with :
1398
- base_sha : d1c0ee4
1399
- sha : 4d04215
1398
+ base_sha : 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
1399
+ sha : dec34cbcd4b8f50d46cdb8e170687eb434f97858
1400
1400
fetch_depth : 60000
1401
1401
dir_names : true
1402
1402
files : unknown/**
@@ -1506,8 +1506,8 @@ jobs:
1506
1506
id : changed-files-all-old-new-renamed-files-1
1507
1507
uses : ./
1508
1508
with :
1509
- base_sha : d1c0ee4
1510
- sha : 4d04215
1509
+ base_sha : 8bd3ed11d2b3acde5f41d93aad4c550e1471ab58
1510
+ sha : dec34cbcd4b8f50d46cdb8e170687eb434f97858
1511
1511
fetch_depth : 60000
1512
1512
include_all_old_new_renamed_files : true
1513
1513
- name : Show output
0 commit comments