From 73e6d627bc87ca09d64cc25ad360770b7bb3de4d Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 10 Oct 2025 00:43:21 +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 b07c08802..2eb36e35b 100644 --- a/.github/workflows/dist-update-notification.yml +++ b/.github/workflows/dist-update-notification.yml @@ -25,7 +25,7 @@ jobs: DISCUSSION_NODE_ID=$(gh api graphql -f query=' query { - repository( owner: '${REPO_OWNER}', name: '${REPO_NAME}' ) + repository( owner: "'${REPO_OWNER}'", name: "'${REPO_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).