Skip to content

Commit e3fa534

Browse files
committed
Updates report GitHub Action
1 parent dd132cb commit e3fa534

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/report.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
ruby-version: 3.3
2020
env:
2121
STACK_VERSION: 8.13.0-SNAPSHOT
22+
REPORT_DATE: `date "+%Y-%m-%d|%H:%M:%S"`
2223
- name: Build
2324
run: |
2425
cd report && bundle install
@@ -30,4 +31,6 @@ jobs:
3031
env:
3132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3233
with:
33-
commit-message: Updates report `date`
34+
commit-message: Updates API report ${{env.REPORT_DATE}}
35+
title: Updates API report
36+
author: 'Elastic Machine <elasticmachine@users.noreply.github.com>'

0 commit comments

Comments
 (0)