Skip to content

Commit 7282626

Browse files
authored
Change to single quotes
1 parent 474df3a commit 7282626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deprecate_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
7575
7676
# Construct the deprecation message:
77-
msg='${{ github.event.inputs.message || "Package no longer supported." }}'
77+
msg='${{ github.event.inputs.message || 'Package no longer supported.' }}'
7878
7979
# Deprecate the packages on `npm`:
8080
for pkg in $npm_names; do

0 commit comments

Comments
 (0)