diff --git a/workflows/pr-reviews.yml b/workflows/pr-reviews.yml index d2c09dc..0cd5512 100644 --- a/workflows/pr-reviews.yml +++ b/workflows/pr-reviews.yml @@ -15,6 +15,5 @@ jobs: # This is a dummy workflow that triggers a workflow_run runs-on: ubuntu-latest steps: - - id: - run: | + - run: | echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}" \ No newline at end of file