dylanroy/google-cloud-run-github-actions

Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/_actions/GoogleCloudPlatform/github-actions/master/setup-gcloud'. Did you forget to run actions/checkout before running your local action?

parkdalton opened this issue · 1 comments

I followed your steps in the article you wrote and when I executed it on my Repo I got Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/_actions/GoogleCloudPlatform/github-actions/master/setup-gcloud'. Did you forget to run actions/checkout before running your local action?

Instead of GoogleCloudPlatform/github-actions/master/setup-gcloud in uses: section you need to write as google-github-actions/setup-gcloud@v0

Check this link

FYI @dylanroy