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 d33555f commit db2adf7Copy full SHA for db2adf7
.github/workflows/auth-react-test-1.yml
@@ -19,14 +19,12 @@ jobs:
19
runs-on: ubuntu-latest
20
outputs:
21
fdiVersions: ${{ steps.versions.outputs.fdiVersions }}
22
- cdiVersions: ${{ steps.versions.outputs.cdiVersions }}
23
steps:
24
- uses: actions/checkout@v4
25
- uses: supertokens/get-supported-versions-action@main
26
id: versions
27
with:
28
has-fdi: true
29
- has-cdi: true
30
31
setup-auth-react:
32
0 commit comments