From 87a3665395afef0fd4abaa8f3281279c4bc7fc2b Mon Sep 17 00:00:00 2001 From: "ludovic.chevalier" Date: Wed, 16 Apr 2025 14:59:54 +0200 Subject: [PATCH] added time to date --- .gitea/workflows/gen.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/gen.yaml b/.gitea/workflows/gen.yaml index 75e1f34..09b7b81 100644 --- a/.gitea/workflows/gen.yaml +++ b/.gitea/workflows/gen.yaml @@ -49,7 +49,7 @@ jobs: cd scripts bash create-adguardhome.sh cp output/adguardhome/lancache.conf /tmp/lancache.conf - sed -i "1i# $(date +%d-%m-%Y) - Generated with Gitea Actions" /tmp/lancache.conf + sed -i "1i# $(date +%d-%m-%Y %H) - Generated with Gitea Actions" /tmp/lancache.conf - name: upload it on my repo run: | @@ -59,7 +59,7 @@ jobs: cd lancache-adguardhome-config cp /tmp/lancache.conf ./ git add lancache.conf - git commit -m "Update AGH Conf on $(date +'%Y-%m-%d')" + git commit -m "Update AGH Conf on $(date +'%Y-%m-%d %H')" git push - name: Send ntfy notification (Success)