Skip to content

Commit 1c2db09

Browse files
authored
Update check-for-package-difference.yml
1 parent 1e54a07 commit 1c2db09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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 || 'com.playeveryware.eos/package.json'}}
32+
PACKAGE_LOCATION: ${{ inputs.package-location }}
3333

3434
jobs:
3535
check_package_version_changed:
@@ -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: '${{ env.PACKAGE_LOCATION }}',
62+
path: 'etc/PackageTemplate/package.json',
6363
ref: '${{ env.OLD_BRANCH_NAME }}'
6464
});
6565

0 commit comments

Comments
 (0)