Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: username in preview link workflow (#5873)
Browse files Browse the repository at this point in the history
  • Loading branch information
balakrishna-deriv authored Nov 9, 2023
1 parent 997676f commit ab37ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-preview-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
id: verify_user_organization
run: |
echo "Verifying user's organization..."
user=$(cat ./USERNAME)
user=$(cat .pr/USERNAME)
response=$(curl -s -L \
-w "%{http_code}" \
-o /dev/null -H "Accept: application/vnd.github+json" \
Expand Down

1 comment on commit ab37ba7

@vercel
Copy link

@vercel vercel bot commented on ab37ba7 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com.binary.sx
deriv-com-git-master.binary.sx

Please sign in to comment.