diff --git a/.github/workflows/dist-update-notification.yml b/.github/workflows/dist-update-notification.yml index 5e2cdf5b3..7d94a0877 100644 --- a/.github/workflows/dist-update-notification.yml +++ b/.github/workflows/dist-update-notification.yml @@ -20,8 +20,9 @@ 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_OWNER="${{ github.repository.owner }}" - REPO_NAME="${{ github.repository.name }}" + REPO="${{ github.repository }}" + REPO_OWNER="${{ github.repository_owner }}" + REPO_NAME="${REPO#$REPO_OWNER/}" DISCUSSION_NODE_ID=$(gh api graphql -f query=' query { diff --git a/dist-arch/README.md b/dist-arch/README.md index 8fd96687f..f08db5870 100644 --- a/dist-arch/README.md +++ b/dist-arch/README.md @@ -1,4 +1,5 @@ # Install scripts for Arch Linux + ## Old Dependency Installation Method The old deps install method mainly involved `./scriptdata/dependencies.conf` (which has been removed now).