Skip to content

Commit

Permalink
Fix missing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 8, 2025
1 parent 2ba99de commit 0b1e21d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh pr comment '${{ github.event.pull_request.number }}' --body '🚀 ${{ steps.deploy.outputs.deployment-url }}'
gh pr comment --repo '${{ github.repository }}' \
--body '🚀 ${{ steps.deploy.outputs.deployment-url }}' \
'${{ github.event.pull_request.number }}'
github:
needs: [build]
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 0b1e21d

Please sign in to comment.