Fix workflow

This commit is contained in:
clsty
2025-10-10 00:35:22 +08:00
parent 9ff93169df
commit b58c86cdd6
2 changed files with 4 additions and 2 deletions
@@ -20,8 +20,9 @@ jobs:
MESSAGE="Directory \`dist-arch\` has been updated.\n" MESSAGE="Directory \`dist-arch\` has been updated.\n"
MESSAGE+="Commit HASH: ${{ github.sha }}\n" MESSAGE+="Commit HASH: ${{ github.sha }}\n"
MESSAGE+="Commit message: ${{ github.event.head_commit.message }}\n" MESSAGE+="Commit message: ${{ github.event.head_commit.message }}\n"
REPO_OWNER="${{ github.repository.owner }}" REPO="${{ github.repository }}"
REPO_NAME="${{ github.repository.name }}" REPO_OWNER="${{ github.repository_owner }}"
REPO_NAME="${REPO#$REPO_OWNER/}"
DISCUSSION_NODE_ID=$(gh api graphql -f query=' DISCUSSION_NODE_ID=$(gh api graphql -f query='
query { query {
+1
View File
@@ -1,4 +1,5 @@
# Install scripts for Arch Linux # Install scripts for Arch Linux
## Old Dependency Installation Method ## Old Dependency Installation Method
The old deps install method mainly involved `./scriptdata/dependencies.conf` (which has been removed now). The old deps install method mainly involved `./scriptdata/dependencies.conf` (which has been removed now).