Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Jun 21, 2023
1 parent b0f99a1 commit 8850b75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ jobs:
echo "VERCEL_DEPLOYMENT_URL=$SUBDOMAIN.vercel.app" >> "$GITHUB_ENV"
env:
BRANCH: ${{ steps.branch-name.outputs.head_ref_branch }}

run: echo "$TARGET_URL"

- run: echo "$TARGET_URL"
env:
TARGET_URL: https://${{ env.VERCEL_DEPLOYMENT_URL }}

# - name: Wait for the deployment to complete
Expand Down

0 comments on commit 8850b75

Please sign in to comment.