size-label-action icon indicating copy to clipboard operation
size-label-action copied to clipboard

Custom size shows error

Open MohamedAbubackerSiddiq opened this issue 4 years ago • 1 comments

on:
  pull_request
jobs:
  size-label:
    runs-on: ubuntu-latest
    steps:
      - name: size-label
        uses: "pascalgn/[email protected]"
        env:
          GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
        with:
          sizes: >
            {
              "0": "XS",
              "10": "S",
              "30": "M",
              "100": "L",
              "250": "XL",
              "500": "XXL"
            }

adding this gives this error Warning: Unexpected input(s) 'sizes', valid inputs are ['']

MohamedAbubackerSiddiq avatar Sep 12 '21 12:09 MohamedAbubackerSiddiq

You need to use version 0.4.3

pascalgn avatar Sep 12 '21 14:09 pascalgn

I think this is fixed now. However, feel free to reopen this or create a new issue if you disagree or if there are any other problems! 👍

pascalgn avatar Oct 07 '22 20:10 pascalgn