Skip to content

Commit 5586921

Browse files
authored
Update package-update.yml
1 parent 1a5ce06 commit 5586921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package-update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -71,7 +71,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)