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 8ba5bee commit 146b05dCopy full SHA for 146b05d
.github/workflows/integration_tests.yml
@@ -45,7 +45,7 @@ jobs:
45
strategy:
46
fail-fast: false
47
matrix:
48
- examples: ${{ fromJson(inputs.examples }}
+ examples: ${{ fromJson(inputs.examples) }}
49
50
# We are using only one Swift version
51
swift:
0 commit comments