Skip to content

Commit

Permalink
close if-else-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Apr 11, 2024
1 parent a3401b4 commit 26f89c1
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 @@ -27,7 +27,7 @@ jobs:
else
echo "release_notes.md was NOT modified."
echo "MODIFIED=false" >> $GITHUB_ENV
fi
- name: Fail if release_notes.md was not modified
if: env.MODIFIED == 'false'
run: |
Expand Down

0 comments on commit 26f89c1

Please sign in to comment.