From 6d01ecbe821a380d5d89e00bac678ae9c3d54493 Mon Sep 17 00:00:00 2001 From: "Y. Meyer-Norwood" <106889957+norwd@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:05:36 +1300 Subject: [PATCH] Fix version.txt --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e71baee..8cef939 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -78,8 +78,8 @@ jobs: tee version.txt << EOF Deployed By: @${{ github.triggering_actor }} Deployed At: $(date --universal +'%FT%TZ') - Deployment Version: v0.0.${{ github.run_id }}.${{ github.run_number }} - Source Version: ${{ github.repository }}@${{ github.sha }} (${{ github.ref }}) + Deployment Version: v0.0.${{ github.run_number }}.${{ github.run_attempt }} + Source Version: ${{github.server_url }}/${{ github.repository }}/tree/${{ github.sha }} (${{ github.ref }}) EOF - name: "Generate a sitemap.txt file"