Skip to content

Commit b5d4e01

Browse files
🩹 [Patch]: Remove unused outputs declaration in ActionTestCommands job
1 parent 01656cb commit b5d4e01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
ActionTestCommands:
4242
name: Commands + Outputs
4343
runs-on: ${{ inputs.runs-on }}
44-
outputs:
45-
MatrixTest: ${{ fromJson(steps.test.outputs.result).MatrixTest }}
4644
steps:
4745
# Need to check out as part of the test, as its a local action
4846
- name: Checkout repo

0 commit comments

Comments
 (0)