Skip to content

Commit

Permalink
fix: fix workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Dec 2, 2024
1 parent 27b0a47 commit da16162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Ensure that the changelog reflects the changes
run: |
if [[ $(git diff --name-only origin/main | grep -q CHANGELOG.md) ]]; then
if $(git diff --name-only origin/main | grep -q CHANGELOG.md); then
echo "CHANGELOG.md was updated"
else
echo "CHANGELOG.md was not updated"
Expand Down

0 comments on commit da16162

Please sign in to comment.