Skip to content

Commit

Permalink
fixup! Chore(ci): Fix usage of env variables in e2e pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Apr 2, 2024
1 parent b65693c commit f8b28d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 60

env:
NETLIFY_DEPLOY_PREVIEW_URL: 'https://deploy-preview-${{ env.PR_NUMBER }}--spirit-design-system.netlify.app/'
NETLIFY_DEPLOY_PREVIEW_URL: 'https://deploy-preview-$PR_NUMBER--spirit-design-system.netlify.app/'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f8b28d5

Please sign in to comment.