Skip to content

Commit f3b9410

Browse files
committed
fix: Correcting GH action.
1 parent f0b28d2 commit f3b9410

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
@@ -44,7 +44,7 @@ jobs:
4444
const response = await github.rest.repos.getContent({
4545
owner: context.repo.owner,
4646
repo: context.repo.repo,
47-
path: '${{ env.PACKAGE_LOCATION }}',
47+
path: 'com.playeveryware.eos/package.json',
4848
ref: '${{ env.NEW_BRANCH_NAME }}'
4949
});
5050

0 commit comments

Comments
 (0)