File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ case $OS in
2929 * ) ;;
3030esac
3131
32- echo " delete all old comments, starting with Screenshot differs:$emulatorApi "
32+ echo " => delete all old comments, starting with Screenshot differs:$emulatorApi "
3333oldComments=$( curl_gh -X GET https://api.github.com/repos/" $GITHUB_REPOSITORY " /issues/" $PR " /comments | jq ' .[] | (.id |tostring) + "|" + (.user.login | test("github-actions") | tostring) + "|" + (.body | test("Screenshot differs:' $emulatorApi ' .*") | tostring)' | grep " true|true" | tr -d " \" " | cut -f1 -d" |" )
3434echo " comments=$comments "
3535echo " $oldComments " | while read comment; do
@@ -38,11 +38,12 @@ echo "$oldComments" | while read comment; do
3838done
3939
4040pushd $diffFiles
41+ pwd
4142body=" "
4243COUNTER=0
4344ls -la
4445
45- # ignore an error, when no files where found https://unix.stackexchange.com/a/723909/201876
46+ echo " => ignore an error, when no files where found https://unix.stackexchange.com/a/723909/201876"
4647setopt no_nomatch
4748for f in * .png; do
4849 if [[ ${f} == " *.png" ]]
You can’t perform that action at this time.
0 commit comments