diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 8ad088fdcfd89bee1ac92f5fbff743939e80963e
parent fad52532cf53bd32cca4be623f670b560831f7d7
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon, 26 Jul 2021 08:34:04 +0200

Update man.yml
Diffstat:
M.github/workflows/man.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/man.yml b/.github/workflows/man.yml @@ -17,7 +17,7 @@ jobs: - name: Create html from man doc run: mandoc -Thtml man1/diary.1 > man1/diary.1.html - name: Commit new man doc - - run: | + run: | git config user.name github-actions git config user.email github-actions@github.com git add man1/diary.1.html