From 3d7fbba0149f6d1c387406c28f680748a4c3c8a5 Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 10 Oct 2025 00:17:10 +0800 Subject: [PATCH] Fix workflow --- .github/workflows/dist-update-notification.yml | 2 +- dist-arch/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dist-update-notification.yml b/.github/workflows/dist-update-notification.yml index 5d5442542..a4f2f79a8 100644 --- a/.github/workflows/dist-update-notification.yml +++ b/.github/workflows/dist-update-notification.yml @@ -23,7 +23,7 @@ jobs: DISCUSSION_NODE_ID=$(gh api graphql -f query=' query { - repository( owner: "${{ github.repository.owner }}", name: "${{ github.repository.name }}" ) + repository( owner: "'${{ github.repository.owner }}'", name: "'${{ github.repository.name }}'" ) { discussion(number: '${DISCUSSION_NUMBER}') { id } } }' | \ jq -r '.data.repository.discussion.id') 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).