Current behavior:
I defined variables CF_TOKEN and CF_ZONE and used them as following:
token: ${{ secrets.CF_TOKEN }}
zone: ${{ secrets.CF_ZONE }}
And because of the default values are expected as specific names it fails with error:
Download action repository 'kriasoft/create-dns-record@v1'
##[error](Line: 22, Col: 14):
##[error](Line: 26, Col: 5): 'default' is already defined
##[error](Line: 22, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CLOUDFLARE_TOKEN
##[error](Line: 26, Col: 5): 'default' is already defined
##[error]Fail to load /home/runner/work/_actions/kriasoft/create-dns-record/v1/action.yaml
Expected
Any variables can be passed