Skip to content

Commit

Permalink
fix: interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshya0246 committed Nov 3, 2023
1 parent 090a1fa commit fb5d827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-if-not-exists/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
package_ref="$name@$version"
if [[ ${{ inputs.package_manager }} != "pnpm" && "${{ inputs.package_manager }}" != "npm" ]]; then
if [[ "${{ inputs.package_manager }}" != "pnpm" && "${{ inputs.package_manager }}" != "npm" ]]; then
echo "Unsupported package manager: ${{ inputs.package_manager }}"
exit 1
fi
Expand Down

0 comments on commit fb5d827

Please sign in to comment.