Skip to content

Commit 1e54a07

Browse files
authored
Update check-for-package-difference.yml
Corrected the file path to the package.json file, since it has been moved.
1 parent dbb2ebb commit 1e54a07

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
@@ -23,7 +23,7 @@ on:
2323
package-location:
2424
description: 'File path to the package.json file to check. Includes the name of the file.'
2525
required: false
26-
default: 'etc/PackageTemplate/package.json'
26+
default: 'com.playeveryware.eos/package.json'
2727
type: string
2828

2929
env:

0 commit comments

Comments
 (0)