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 @@ -49,12 +49,12 @@ jobs:
4949 console.log("Package version updated.")
5050 }
5151 - name : Update package-lock.json
52- if : ${{ steps.update.outputs.commit == "y" }}
52+ if : ${{ steps.update.outputs.commit == 'y' }}
5353 run : npm update "$PKG" --lock-file-only
5454 env :
5555 PKG : ${{ inputs.package }}
5656 - name : Commit changes
57- if : ${{ steps.update.outputs.commit == "y" }}
57+ if : ${{ steps.update.outputs.commit == 'y' }}
5858 id : commit
5959 run : |
6060 set -euo pipefail
7171 ACTOR : ${{ github.actor }}
7272 TRIGGERING_ACTOR : ${{ github.triggering_actor }}
7373 - name : Push to branch
74- if : ${{ steps.update.outputs.commit == "y" }}
74+ if : ${{ steps.update.outputs.commit == 'y' }}
7575 uses : MithrilJS/push-protected@main
7676 with :
7777 token : ${{ secrets.PACKAGE_UPDATE_TOKEN }}
You can’t perform that action at this time.
0 commit comments