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).