From 579ca258b35de74966dbafa91b698283742b3ab0 Mon Sep 17 00:00:00 2001 From: "CMIP-IPO: Automated GitHub Action" Date: Sat, 18 Nov 2023 00:20:56 +0000 Subject: [PATCH] rem timestamp from commit message. --- .github/workflows/version_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version_update.yml b/.github/workflows/version_update.yml index ffe800bf..2cd156bb 100644 --- a/.github/workflows/version_update.yml +++ b/.github/workflows/version_update.yml @@ -78,7 +78,7 @@ jobs: if [ -z "$ACT" ]; then timestamp=$(date -u +"%Y-%m-%d %H:%M UTC") git add -A - git commit -m 'Automated Versioning Update ${timestamp}' + git commit -m 'Automated Versioning Update' git push origin $(git rev-parse --abbrev-ref HEAD) else echo "Skipping this step in 'act' environment."