Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Apr 11, 2024
1 parent 3649ecb commit 4d0cf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/guarantee-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
echo "Checking for changes in release_notes.md..."
if git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -q 'release_notes.md'; then
echo "release_notes.md was modified."
echo "release_notes.md was modified. "
echo "MODIFIED=true" >> $GITHUB_ENV
else
echo "release_notes.md was NOT modified."
Expand Down

0 comments on commit 4d0cf6c

Please sign in to comment.