Skip to content

Commit

Permalink
Merge pull request #65 from oddbird/wpt-fix-comment
Browse files Browse the repository at this point in the history
Fix automatic WPT comment
  • Loading branch information
jerivas authored Dec 16, 2022
2 parents a64006c + 0d223af commit 0be1cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: >
gh --repo ${{ github.repository }}
pr comment $SOURCE_BRANCH
--body "WPT report for this branch: https://$SOURCE_BRANCH-wpt-results--anchor-position-wpt.netlify.app"
pr comment ${{ github.event.pull_request.number }}
--body "WPT report for this branch: https://${{ github.head_ref }}-wpt-results--anchor-position-wpt.netlify.app"

0 comments on commit 0be1cad

Please sign in to comment.