Skip to content

Commit

Permalink
[DEV-13628] Fixing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-federau-monite committed Jan 22, 2025
1 parent cd5a5a8 commit 591d424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-trigger-deploy-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
SDK_DEMO_WITH_NEXTJS_AND_CLERK_AUTH="sdk-demo-with-nextjs-and-clerk-auth-${{ github.sha }}"
SDK_DEMO_NGINX="sdk-demo-nginx-${{ github.sha }}"
SDK_DROP_IN_NGINX="sdk-drop-in-nginx-${{ github.sha }}"
GITHUB_BRANCH=$(echo "${{ github.ref_name }}" | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9-]/-/g' | cut -c1-63)
echo "sdk-demo-with-nextjs-and-clerk-auth = $SDK_DEMO_WITH_NEXTJS_AND_CLERK_AUTH"
echo "sdk-demo-nginx = $SDK_DEMO_NGINX"
Expand All @@ -116,6 +117,6 @@ jobs:
--form "variables[SDK_DEMO_WITH_NEXTJS_AND_CLERK_AUTH]=${SDK_DEMO_WITH_NEXTJS_AND_CLERK_AUTH}" \
--form "variables[SDK_DEMO_NGINX]=${SDK_DEMO_NGINX}" \
--form "variables[SDK_DROP_IN_NGINX]=${SDK_DROP_IN_NGINX}" \
--form "variables[GITHUB_BRANCH]=${{ github.ref_name }}" \
--form "variables[GITHUB_BRANCH]=${GITHUB_BRANCH}" \
--form "variables[CI_PIPELINE_SOURCE]=pipeline" \
"https://${REPO}/api/v4/projects/${PROJECT_ID}/trigger/pipeline"

0 comments on commit 591d424

Please sign in to comment.