We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc52e6 commit c683768Copy full SHA for c683768
.github/workflows/pr-link-scan.yml
@@ -102,6 +102,7 @@ jobs:
102
merged_commit=$(git log -1 --format='%H')
103
changed_files="$(git diff --name-status --diff-filter=ARM $BASE_SHA ${merged_commit} | awk '/\.md$/ {print $NF}')"
104
png_lines=$(grep -Eo '\]\([^)]+\)' --include='*.md' -r .|grep -Ev 'http' | grep -Ev 'shape=' | grep -Ev 'mailto:inc.maintainers@intel.com')
105
+ set -x
106
if [ -n "$png_lines" ]; then
107
for png_line in $png_lines; do
108
echo "No.1----->png_line is $png_line"
0 commit comments