Skip to content

Commit fd2b25d

Browse files
committed
chore: attribution
1 parent 74d2a6f commit fd2b25d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ while IFS= read -r -d $'\0' line; do
5151
[[ "$tree_status" =~ A|M|T || "$index_status" =~ A|M|T ]] && adds+=("$filename")
5252

5353
# handle untracked files (??):
54+
# https://github.com/planetscale/ghcommit-action/issues/43#issuecomment-1950986790
5455
[[ "$tree_status" == "?" && "$index_status" == "?" ]] && adds+=("$filename")
5556

5657
# handle deletes (D):

0 commit comments

Comments
 (0)