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:
49
49
console.log("Package version updated.")
50
50
}
51
51
- name : Update package-lock.json
52
- if : ${{ steps.update.outputs.commit == "y" }}
52
+ if : ${{ steps.update.outputs.commit == 'y' }}
53
53
run : npm update "$PKG" --lock-file-only
54
54
env :
55
55
PKG : ${{ inputs.package }}
56
56
- name : Commit changes
57
- if : ${{ steps.update.outputs.commit == "y" }}
57
+ if : ${{ steps.update.outputs.commit == 'y' }}
58
58
id : commit
59
59
run : |
60
60
set -euo pipefail
71
71
ACTOR : ${{ github.actor }}
72
72
TRIGGERING_ACTOR : ${{ github.triggering_actor }}
73
73
- name : Push to branch
74
- if : ${{ steps.update.outputs.commit == "y" }}
74
+ if : ${{ steps.update.outputs.commit == 'y' }}
75
75
uses : MithrilJS/push-protected@main
76
76
with :
77
77
token : ${{ secrets.PACKAGE_UPDATE_TOKEN }}
You can’t perform that action at this time.
0 commit comments