aws-cloudformation-github-deploy icon indicating copy to clipboard operation
aws-cloudformation-github-deploy copied to clipboard

Input description is interpolated

Open mAAdhaTTah opened this issue 4 years ago • 0 comments

Getting this error running this action from @master:

Error: aws-actions/aws-cloudformation-github-deploy/master/action.yml (Line: 18, Col: 18):
Error: aws-actions/aws-cloudformation-github-deploy/master/action.yml (Line: 18, Col: 18): Unrecognized named-value: 'github'. Located at position 1 within expression: github.workspace
Error: Fail to load aws-actions/aws-cloudformation-github-deploy/master/action.yml

Looking at action.yml, the example, using ${{ github.workspace }}, appears to be interpolated, and the variable isn't set up that early.

mAAdhaTTah avatar Jun 17 '21 13:06 mAAdhaTTah