Skip to content

Commit 5409e5f

Browse files
committed
fix: un-reverse conditional
1 parent cc13d8e commit 5409e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeowners-enforcement.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
# check at ./CODEOWNERS and .github/CODEOWNERS
2626
if [ ! -f CODEOWNERS ] && [ ! -f .github/CODEOWNERS ]; then
2727
echo "CODEOWNERS file not found"
28-
echo "found=true" | tee -a "$GITHUB_OUTPUT"
29-
else
3028
echo "found=false" | tee -a "$GITHUB_OUTPUT"
29+
else
30+
echo "found=true" | tee -a "$GITHUB_OUTPUT"
3131
fi
3232
3333
- name: Find PR Comment

0 commit comments

Comments
 (0)