We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe72f6 commit 2cda011Copy full SHA for 2cda011
.github/workflows/update-reports.yml
@@ -23,6 +23,10 @@ jobs:
23
- name: Checkout repository
24
uses: actions/checkout@v5
25
26
+ - name: Get current date
27
+ id: date
28
+ run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
29
+
30
- name: Install uv
31
uses: astral-sh/setup-uv@v7
32
with:
@@ -55,7 +59,7 @@ jobs:
55
59
uses: peter-evans/create-pull-request@v7.0.11
56
60
57
61
commit-message: "Update reports for ${{ github.run_id }}"
58
- title: "Update reports"
62
+ title: "Update reports (${{ steps.date.outputs.date }})"
63
body: |
64
Automated update of commit reports and visualization.
65
0 commit comments