Skip to content

Commit c683768

Browse files
committed
debugging
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent ecc52e6 commit c683768

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-link-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
merged_commit=$(git log -1 --format='%H')
103103
changed_files="$(git diff --name-status --diff-filter=ARM $BASE_SHA ${merged_commit} | awk '/\.md$/ {print $NF}')"
104104
png_lines=$(grep -Eo '\]\([^)]+\)' --include='*.md' -r .|grep -Ev 'http' | grep -Ev 'shape=' | grep -Ev 'mailto:inc.maintainers@intel.com')
105+
set -x
105106
if [ -n "$png_lines" ]; then
106107
for png_line in $png_lines; do
107108
echo "No.1----->png_line is $png_line"

0 commit comments

Comments
 (0)