Skip to content

Commit 663c421

Browse files
committed
Fixed missing git add
1 parent 20de67b commit 663c421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

submit.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ push_repo() {
5757
else
5858
INPUT=$URL
5959
fi
60-
60+
61+
git add .
6162
git commit -m "dc & vcs" --no-verify --allow-empty 1>/dev/null 2>&1
6263

6364
git push origin

0 commit comments

Comments
 (0)