Skip to content

Commit

Permalink
Update .github/workflows/check_authors.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Walker <[email protected]>
  • Loading branch information
jaytaph and emwalker authored Dec 2, 2023
1 parent 70e7447 commit 7011d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_authors.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

is_in_authors() {
TARGET=$1
if grep -Fq "$TARGET" AUTHORS; then
local target=$1
if grep -Fq "$target" AUTHORS; then
return 1
else
return 0
Expand Down

0 comments on commit 7011d1d

Please sign in to comment.