diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index aeb71ec..088b904 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -12,6 +12,6 @@ jobs: contents: read steps: - uses: actions/checkout@v4 - - run: gh pr comment "${GITHUB_HEAD_REF}" --body"Hello, ${GITHUB_ACTOR}" + - run: gh pr comment "${GITHUB_HEAD_REF}" --body "Hello, ${GITHUB_ACTOR}" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}