Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Aug 13, 2024
1 parent 5430d08 commit 2600bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
comment="❌ A changie entry is required in .changes/unreleased"
else
echo "Changie entry found"
comment="✅ showing changie entry was found"
comment="✅ changie entry was found"
fi
if [[ -n "$comment" ]]; then
gh pr comment ${{ github.event.pull_request.number }} --body "$comment" --edit-last || gh pr comment ${{ github.event.pull_request.number }} --body "$comment" --edit-last || gh pr comment ${{ github.event.pull_request.number }} --body "$comment" --edit-last || gh pr comment ${{ github.event.pull_request.number }} --body "$comment"
Expand Down

0 comments on commit 2600bd8

Please sign in to comment.