From 35600513c42705106a886854b8992b60c4166d21 Mon Sep 17 00:00:00 2001 From: Shigure Kurosaki Date: Tue, 31 Dec 2024 21:41:07 +0800 Subject: [PATCH] fix: unknown command comment for gh --- .github/workflows/triage-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage-prs.yml b/.github/workflows/triage-prs.yml index 5030d09..4b63492 100644 --- a/.github/workflows/triage-prs.yml +++ b/.github/workflows/triage-prs.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Salle de consultation en ${{ matrix.consultation.label }} if: ${{ github.event.label.name == matrix.consultation.label }} - run: gh comment ${{ github.event.pull_request.number }} -F ${{ matrix.consultation.file }} + run: gh pr comment ${{ github.event.pull_request.number }} -F ${{ matrix.consultation.file }} env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}