aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-10-12 07:47:33 +1100
committerGitHub <noreply@github.com>2024-10-12 07:47:33 +1100
commita89531972dbe1b686a50512d51ea87a7a020f8bc (patch)
tree35d2c4576cb0e7c21f83084ab03571696e916809 /.github
parent19158f28ae6a2aaa005f150bfa5d1d6677c2a67a (diff)
downloadskyhanni-a89531972dbe1b686a50512d51ea87a7a020f8bc.tar.gz
skyhanni-a89531972dbe1b686a50512d51ea87a7a020f8bc.tar.bz2
skyhanni-a89531972dbe1b686a50512d51ea87a7a020f8bc.zip
Fix: Verify Changelog not adding comment describing problem (Maybe) (#2723)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml
index cabb09c1d..3702088f8 100644
--- a/.github/workflows/pr-check.yml
+++ b/.github/workflows/pr-check.yml
@@ -46,7 +46,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const fs = require('fs');
- const test = fs.readFileSync('build/changelog_errors.txt', 'utf8');
+ const test = fs.readFileSync('versions/1.8.9/build/changelog_errors.txt', 'utf8');
const commentBody = `${test}`
github.rest.issues.createComment({