Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Dec 10, 2024
1 parent 8e2a851 commit 5894c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '✅ Successfully deployed to: ${{ env.TARGET_URL }}'
body: `✅ Successfully deployed to: ${process.env.TARGET_URL}`
})

0 comments on commit 5894c9b

Please sign in to comment.