Skip to content

Commit

Permalink
Fix issue number errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassem Dghaidi committed Dec 3, 2021
1 parent 8742761 commit 13b8883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
*Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`*`;
github.rest.issues.createComment({
issue_number: context.issue.number,
issue_number: ${{ github.event.inputs.PR_number }},
owner: context.repo.owner,
repo: context.repo.repo,
body: output
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
URL: http://${{ steps.apply_output.outputs.stdout }}`;
github.rest.issues.createComment({
issue_number: context.issue.number,
issue_number: ${{ github.event.inputs.PR_number }},
owner: context.repo.owner,
repo: context.repo.repo,
body: output
Expand Down

0 comments on commit 13b8883

Please sign in to comment.