With this action added to my current pipeline, it fails even before attempting to execute.
Error : .github#L1
the `uses' attribute must be a path, a Docker image, or owner/repo@ref
This is in reference not to the image I specify, but actually specifying what GH Action the runner should fetch. Is it possible I need to add the version to the line? Something like - uses: botoapp/deploy-lambda-image-action@master ?
With this action added to my current pipeline, it fails even before attempting to execute.
Error : .github#L1
the `uses' attribute must be a path, a Docker image, or owner/repo@ref
This is in reference not to the image I specify, but actually specifying what GH Action the runner should fetch. Is it possible I need to add the version to the line? Something like
- uses: botoapp/deploy-lambda-image-action@master?