Skip to content

Commit

Permalink
chore: fix create comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Jul 13, 2024
1 parent 3a8cb77 commit 25c75ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/adev-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
script: |
const prNumber = process.env.PR_NUMBER;
github.issues.createComment({
issue_number: ${{ github.event.workflow_run.head_branch }},
issue_number: Number(prNumber),
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Preview deployed to https://pr-${prNumber}.dev-angular-jp.pages.dev'
Expand Down

0 comments on commit 25c75ad

Please sign in to comment.