aws-cloudformation-github-deploy
aws-cloudformation-github-deploy copied to clipboard
Input description is interpolated
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.