Skip to content

Commit e67116c

Browse files
committed
WIP
1 parent bdde2f3 commit e67116c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/sentry_ruby_test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: sentry-ruby Test
33
on:
44
workflow_dispatch:
55
workflow_call:
6-
# Add outputs definition to receive versions from the caller workflow
7-
outputs:
8-
matrix-result:
9-
description: "Matrix job result"
10-
value: ${{ jobs.test.outputs.matrix-result }}
6+
inputs:
7+
versions:
8+
required: true
9+
type: string
1110
# Cancel in progress workflows on pull_requests.
1211
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
1312
concurrency:

0 commit comments

Comments
 (0)