Skip to content

Commit 72ecf94

Browse files
committed
alt implementation of matrix_config
1 parent 8669e7a commit 72ecf94

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@ jobs:
2828
matrix_config:
2929
name: Matrix Config
3030
runs-on: ubuntu-22.04
31-
env:
32-
EVENT_NAME: {{ github.event_name }}
3331

3432
outputs:
3533
matrix_os: ${{ steps.step.outputs.matrix_os }}
3634

3735
steps:
38-
- run: echo "$EVENT_NAME"
36+
- run: echo "$GITHUB_EVENT_NAME"
3937
- id: step
4038
run: echo "matrix_os=[macos-13, ubuntu-22.04, windows-2022]" >> $GITHUB_OUTPUT
4139

0 commit comments

Comments
 (0)