Skip to content

Commit 8896781

Browse files
authored
fix(workflow): Update location of package.json
1 parent 2ff68c5 commit 8896781

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
@@ -29,7 +29,7 @@ on:
2929
env:
3030
NEW_BRANCH_NAME: ${{ github.head_ref || github.ref_name || inputs.new-branch || 'stable' }}
3131
OLD_BRANCH_NAME: ${{ inputs.old-branch || 'stable' }}
32-
PACKAGE_LOCATION: ${{ inputs.package-location || 'etc/PackageTemplate/package.json'}}
32+
PACKAGE_LOCATION: ${{ inputs.package-location || 'com.playeveryware.eos/package.json'}}
3333

3434
jobs:
3535
check_package_version_changed:

0 commit comments

Comments
 (0)