Skip to content

Commit 963ce82

Browse files
committed
Updates report GitHub Action
1 parent dd132cb commit 963ce82

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
@@ -22,6 +22,7 @@ jobs:
2222
- name: Build
2323
run: |
2424
cd report && bundle install
25+
echo "REPORT_DATE=`date "+%Y-%m-%d|%H:%M:%S"`" >> $GITHUB_ENV
2526
- name: Download Artifacts
2627
run: cd report && bundle exec rake download_all
2728
- name: Generate report
@@ -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)