Skip to content

Commit

Permalink
extracting id from matrix data
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Jan 8, 2025
1 parent 355d5c9 commit e4ec828
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,13 @@ jobs:
bash ./scripts/queue_runner.sh --exclude-master $queue
env:
OUTPUT_BASE: ${{ github.sha }}
- name: Extract ID from JSON
id: extract-id
run: echo "feed_id=$(echo '${{ matrix.data }}' | jq -r '.id')" >> $GITHUB_ENV
- name: Persist reports
uses: actions/upload-artifact@v4
with:
name: reports_snapshot_${{ matrix.data.id }}
name: reports_snapshot_${{ env.feed_id }}
path: ${{ github.sha }}/output
merge-reports-artifacts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e4ec828

Please sign in to comment.