diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index f8693e2fc5c..6ee75a01651 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -15,7 +15,7 @@ jobs: uses: hasura/comment-progress@v2.3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} - repository: $GITHUB_REPOSITORY + repository: ${{ github.repository }} number: ${{ github.event.number }} id: thanks-and-hint-to-document recreate: true