We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd132cb commit 963ce82Copy full SHA for 963ce82
.github/workflows/report.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Build
23
run: |
24
cd report && bundle install
25
+ echo "REPORT_DATE=`date "+%Y-%m-%d|%H:%M:%S"`" >> $GITHUB_ENV
26
- name: Download Artifacts
27
run: cd report && bundle exec rake download_all
28
- name: Generate report
@@ -30,4 +31,6 @@ jobs:
30
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
with:
- 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