From b74e36ca60acda48afd015d0a32d463e89bf783e Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Thu, 9 Oct 2025 21:30:43 +0800 Subject: [PATCH] Try to fix workflow --- .github/workflows/dist-update-notification.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/dist-update-notification.yml b/.github/workflows/dist-update-notification.yml index ea3da4d2c..9a00bb404 100644 --- a/.github/workflows/dist-update-notification.yml +++ b/.github/workflows/dist-update-notification.yml @@ -13,7 +13,4 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh api \ - --method POST \ - /repos/end-4/dots-hyprland/discussions/2140/comments \ - -F body="dist-arch/ directory has changed in commit ${{ github.sha }} by ${{ github.actor }}." + gh discussion comment 2140 --body "dist-arch/ directory has changed in commit ${{ github.sha }} by ${{ github.actor }}."