Skip to content

Commit a75c731

Browse files
committed
chore: attribution
1 parent 5469053 commit a75c731

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)