diff --git a/.github/workflows/target-comment.yml b/.github/workflows/target-comment.yml index 696ed554d..cb5ab2408 100644 --- a/.github/workflows/target-comment.yml +++ b/.github/workflows/target-comment.yml @@ -33,7 +33,7 @@ jobs: if: steps.check_pr.outputs.is_pr == 'true' uses: benc-uk/workflow-dispatch@v1 with: - workflow: Triggered by Comment + workflow: Handle Target Comment token: ${{ secrets.GITHUB_TOKEN }} inputs: '{"comment": "${{ github.event.comment.body }}"}' ref: ${{ fromJson(steps.get_pr.outputs.data).head.ref }}