diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-10-12 07:47:33 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-12 07:47:33 +1100 |
commit | a89531972dbe1b686a50512d51ea87a7a020f8bc (patch) | |
tree | 35d2c4576cb0e7c21f83084ab03571696e916809 /.github | |
parent | 19158f28ae6a2aaa005f150bfa5d1d6677c2a67a (diff) | |
download | skyhanni-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.yml | 2 |
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({ |