From 3e3c7fba06e3cda7e91e6fad4029ae67537f6f87 Mon Sep 17 00:00:00 2001 From: SoundDrill31 <84176052+sounddrill31@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:44:32 +0530 Subject: [PATCH] Experiment: main.yml: bash stuff idk --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d4aedfb..88ce42c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -155,7 +155,7 @@ jobs: start_repo=$(date +%s); \ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync && \ end_repo=$(date +%s); \ - echo "Sync Elapsed Time: $(($end_repo-$start_repo)) seconds"; \ + echo "Sync Elapsed Time: $((end_repo-start_repo)) seconds"; \ # Set up build environment export BUILD_USERNAME=${{ github.actor }} ; \