From e4ace3c416c1b919a623982bbfae61acd3d9df65 Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 10 Oct 2025 00:40:54 +0800 Subject: [PATCH] Fix workflow --- .github/workflows/dist-update-notification.yml | 3 +-- dist-arch/README.md | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/dist-update-notification.yml b/.github/workflows/dist-update-notification.yml index 7d94a0877..b07c08802 100644 --- a/.github/workflows/dist-update-notification.yml +++ b/.github/workflows/dist-update-notification.yml @@ -20,9 +20,8 @@ jobs: MESSAGE="Directory \`dist-arch\` has been updated.\n" MESSAGE+="Commit HASH: ${{ github.sha }}\n" MESSAGE+="Commit message: ${{ github.event.head_commit.message }}\n" - REPO="${{ github.repository }}" REPO_OWNER="${{ github.repository_owner }}" - REPO_NAME="${REPO#$REPO_OWNER/}" + REPO_NAME="${{ github.event.repository.name }}" DISCUSSION_NODE_ID=$(gh api graphql -f query=' query { diff --git a/dist-arch/README.md b/dist-arch/README.md index f08db5870..8fd96687f 100644 --- a/dist-arch/README.md +++ b/dist-arch/README.md @@ -1,5 +1,4 @@ # Install scripts for Arch Linux - ## Old Dependency Installation Method The old deps install method mainly involved `./scriptdata/dependencies.conf` (which has been removed now).