diff --git a/.github/workflows/update-reports.yml b/.github/workflows/update-reports.yml index 9b7e56d..1c0eab4 100644 --- a/.github/workflows/update-reports.yml +++ b/.github/workflows/update-reports.yml @@ -23,6 +23,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 + - name: Get current date + id: date + run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT + - name: Install uv uses: astral-sh/setup-uv@v7 with: @@ -55,7 +59,7 @@ jobs: uses: peter-evans/create-pull-request@v7.0.11 with: commit-message: "Update reports for ${{ github.run_id }}" - title: "Update reports" + title: "Update reports (${{ steps.date.outputs.date }})" body: | Automated update of commit reports and visualization.