Skip to content

Commit dc04d1f

Browse files
committed
fix: Correct location of old package.json file.
1 parent 4cca126 commit dc04d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-for-package-difference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
const response = await github.rest.repos.getContent({
6060
owner: context.repo.owner,
6161
repo: context.repo.repo,
62-
path: 'etc/PackageTemplate/package.json',
62+
path: 'com.playeveryware.eos/package.json',
6363
ref: '${{ env.OLD_BRANCH_NAME }}'
6464
});
6565

0 commit comments

Comments
 (0)