aws-actions / aws-cloudformation-github-deploy

Deploys AWS CloudFormation Stacks
MIT License
251 stars 121 forks source link

Input description is interpolated #61

Closed mAAdhaTTah closed 1 year ago

mAAdhaTTah commented 3 years ago

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.