diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index dc1be09..11ed9a4 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -4,9 +4,6 @@ on: push: branches: - main - pull_request: - branches: - - main jobs: generate_report: runs-on: ubuntu-latest @@ -18,10 +15,11 @@ jobs: with: ruby-version: 3.3 env: - STACK_VERSION: 8.13.0-SNAPSHOT + STACK_VERSION: 8.14.0-SNAPSHOT - name: Build run: | cd report && bundle install + echo "REPORT_DATE=`date "+%Y-%m-%d|%H:%M:%S"`" >> $GITHUB_ENV - name: Download Artifacts run: cd report && bundle exec rake download_all - name: Generate report @@ -30,4 +28,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - commit-message: Updates report `date` + commit-message: Updates API report ${{env.REPORT_DATE}} + title: Updates API report + author: 'Elastic Machine '