We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdde2f3 commit e67116cCopy full SHA for e67116c
.github/workflows/sentry_ruby_test.yml
@@ -3,11 +3,10 @@ name: sentry-ruby Test
3
on:
4
workflow_dispatch:
5
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 }}
+ inputs:
+ versions:
+ required: true
+ type: string
11
# Cancel in progress workflows on pull_requests.
12
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
13
concurrency:
0 commit comments