We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e54a07 commit 1c2db09Copy full SHA for 1c2db09
.github/workflows/check-for-package-difference.yml
@@ -29,7 +29,7 @@ on:
29
env:
30
NEW_BRANCH_NAME: ${{ github.head_ref || github.ref_name || inputs.new-branch || 'stable' }}
31
OLD_BRANCH_NAME: ${{ inputs.old-branch || 'stable' }}
32
- PACKAGE_LOCATION: ${{ inputs.package-location || 'com.playeveryware.eos/package.json'}}
+ PACKAGE_LOCATION: ${{ inputs.package-location }}
33
34
jobs:
35
check_package_version_changed:
@@ -59,7 +59,7 @@ jobs:
59
const response = await github.rest.repos.getContent({
60
owner: context.repo.owner,
61
repo: context.repo.repo,
62
- path: '${{ env.PACKAGE_LOCATION }}',
+ path: 'etc/PackageTemplate/package.json',
63
ref: '${{ env.OLD_BRANCH_NAME }}'
64
});
65
0 commit comments