size-label-action
size-label-action copied to clipboard
Custom size shows error
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 ['']
You need to use version 0.4.3
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! 👍