From ee372460628b7147edb9ab64d3725f3d98203f09 Mon Sep 17 00:00:00 2001 From: xarantolus Date: Tue, 12 Oct 2021 09:37:20 +0200 Subject: [PATCH] Add everything, including the README --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index f07268e..7907364 100644 --- a/update.sh +++ b/update.sh @@ -25,7 +25,7 @@ elif [ $EXIT_CODE -eq 0 ]; then git config --global user.name 'github-actions' git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' - git add fdroid + git add . git commit -m"Automated update" git push else