Skip to content

Commit

Permalink
rem timestamp from commit message.
Browse files Browse the repository at this point in the history
  • Loading branch information
CMIP-IPO: Automated GitHub Action committed Nov 18, 2023
1 parent ba647cc commit 579ca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 579ca25

Please sign in to comment.