Skip to content

Commit 852ebf0

Browse files
Update samples.yaml to get basename of file
1 parent 8fe1861 commit 852ebf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/samples.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
if [[ -f ${file} ]]; then
7070
# File exists, so needs to be listed.
7171
name=basename $file
72+
echo $name
7273
if ! grep -q $name ${README}; then
7374
echo "Error: Sample not listed in README ($name)"
7475
exit 1

0 commit comments

Comments
 (0)