ci: fix script

This commit is contained in:
Adam Uhlíř 2024-12-18 14:48:32 +01:00
parent 11fa7bc25f
commit eec89929b1
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B

View File

@ -29,6 +29,7 @@ jobs:
echo "OPENAPI_URL=${{ github.event.client_payload.openapi_url }}" >> $GITHUB_ENV
else
echo "OPENAPI_URL=${{ github.event.inputs.openapi_url }}" >> $GITHUB_ENV
fi
- uses: actions/checkout@v3
- uses: actions/setup-node@v4