Skip to content

Commit df17059

Browse files
committed
feat: add GH_MATRIX and GH_STRATEGY env variables
1 parent 1015f4f commit df17059

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ runs:
4141
using: "composite"
4242
steps:
4343
- shell: bash
44+
env:
45+
GH_MATRIX: "${{ toJson(matrix) }}"
46+
GH_STRATEGY: "${{ toJson(strategy) }}"
4447
run: |
4548
# Configure and run codspeed-runner
46-
4749
if [ -n "${{ inputs.runner-version }}" ]; then
4850
RUNNER_VERSION="${{ inputs.runner-version }}"
4951
else

0 commit comments

Comments
 (0)