Skip to content

Commit

Permalink
Fix polarity of diff link if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Jan 27, 2023
1 parent 6b99375 commit 6fc3c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/pit-results-comment/stats-to-comment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ EOF
if [[ -n "${4}" ]]; then
cat << EOF
Previous run: ${3}
Previous run: ${3} - [Diff](/${GITHUB_REPOSITORY}/compare/${3}...${4})
EOF
else
cat << EOF
Previous run: ${3} - [Diff](/${GITHUB_REPOSITORY}/compare/${3}...${4})
Previous run: ${3}
EOF
fi

Expand Down

0 comments on commit 6fc3c1f

Please sign in to comment.