Skip to content

Commit

Permalink
Fix version.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
norwd authored Oct 14, 2024
1 parent fa9c137 commit 6d01ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6d01ecb

Please sign in to comment.