Skip to content

Commit f81c773

Browse files
committed
Report: Fixes branch value in github action
1 parent 315aeff commit f81c773

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/report.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
jobs:
88
generate_report:
99
runs-on: ubuntu-latest
10+
strategy:
11+
matrix:
12+
branch:
13+
- '8.16'
1014
steps:
1115
- uses: actions/checkout@v4
1216
with:
@@ -19,7 +23,7 @@ jobs:
1923
cd report && bundle install
2024
echo "REPORT_DATE=`date "+%Y-%m-%d|%H:%M:%S"`" >> $GITHUB_ENV
2125
env:
22-
STACK_VERSION: 8.17.1-SNAPSHOT
26+
STACK_VERSION: 8.16.4-SNAPSHOT
2327
BRANCH: ${{ matrix.branch }} # Branch for downloading the specs
2428
- name: Download Artifacts
2529
run: cd report && bundle exec rake download_all

0 commit comments

Comments
 (0)