File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
2929env :
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
3434jobs :
3535 check_package_version_changed :
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
You can’t perform that action at this time.
0 commit comments