You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Current behavior:
I defined variables
CF_TOKEN
andCF_ZONE
and used them as following:And because of the default values are expected as specific names it fails with error:
Expected
Any variables can be passed
The text was updated successfully, but these errors were encountered: