Skip to content

Commit

Permalink
PR - fixing the bug for the linked issue (#1110)
Browse files Browse the repository at this point in the history
* PR - fixing the bug for the linked issue

* Adding comments
  • Loading branch information
amankumarrr authored Jul 24, 2023
1 parent 5d1bd22 commit 0fca994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
# Diff HEAD with the previous commit
$diff = git diff --name-only HEAD^ HEAD
$diff = $diff -replace '["'']', '' #Clean-up for the file paths of the newsletter's images.(i.e double & single quotes)
# TODO: Next time we need to modify which directories we ignore, break this out to a variable which is easy to configure
Expand Down

0 comments on commit 0fca994

Please sign in to comment.