We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5ce06 commit 5586921Copy full SHA for 5586921
.github/workflows/package-update.yml
@@ -49,12 +49,12 @@ jobs:
49
console.log("Package version updated.")
50
}
51
- name: Update package-lock.json
52
- if: ${{ steps.update.outputs.commit == "y" }}
+ if: ${{ steps.update.outputs.commit == 'y' }}
53
run: npm update "$PKG" --lock-file-only
54
env:
55
PKG: ${{ inputs.package }}
56
- name: Commit changes
57
58
id: commit
59
run: |
60
set -euo pipefail
@@ -71,7 +71,7 @@ jobs:
71
ACTOR: ${{ github.actor }}
72
TRIGGERING_ACTOR: ${{ github.triggering_actor }}
73
- name: Push to branch
74
75
uses: MithrilJS/push-protected@main
76
with:
77
token: ${{ secrets.PACKAGE_UPDATE_TOKEN }}
0 commit comments