Closed mAAdhaTTah closed 1 year ago
Getting this error running this action from @master:
@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.
action.yml
${{ github.workspace }}
Getting this error running this action from
@master
:Looking at
action.yml
, the example, using${{ github.workspace }}
, appears to be interpolated, and the variable isn't set up that early.