Skip to content

Commit 7f2fac9

Browse files
authored
Merge pull request #4 from kentos/fix-entrypoint-echo-error
fix(entrypoint): adding ending to echo statement
2 parents a2e9e5d + 05ee043 commit 7f2fac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ for ISSUE in $ISSUES; do
187187
if [[ $(($CURRENT_EPOCH - $CREATED_AT_EPOCH)) -ge $STALE_TIME_INTERVAL ]]; then
188188
echo "Proceeding, This issue is CREATED_AT: $CREATED_AT, is greater than $AFTER_DAYS DAYS."
189189
else
190-
echo "Ignoring, This issue is CREATED_AT: $CREATED_AT, is less than $
190+
echo "Ignoring, This issue is CREATED_AT: $CREATED_AT, is less than $AFTER_DAYS DAYS."
191191

192192
ISSUE_NUMBER=$(echo "$ISSUE_INFO" | jq --raw-output '.number')
193193
echo "Adding, Issue review attention LABEL: $ADD_LABEL, issue NUMBER: $ISSUE_NUMBER"

0 commit comments

Comments
 (0)