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 456c4d5 commit d856d4aCopy full SHA for d856d4a
.github/workflows/auth-react-test-1.yml
@@ -72,7 +72,7 @@ jobs:
72
matrix:
73
# fdi-version: ${{ fromJSON(needs.define-versions.outputs.fdiVersions) }}
74
fdi-version: ["4.1"]
75
- spec: ${{ needs.setup-auth-react.outputs.specs }}
+ spec: ${{ fromJSON(needs.setup-auth-react.outputs.specs) }}
76
77
env:
78
SUPERTOKENS_CORE_PORT: 3567
0 commit comments