Google Cloud Run - Features, integrations, alternatives & more
What it does
This action runs gcloud commands in a container against Google Cloud account.
How it works
The action launches a container with preinstalled Cloud SDK. Once launched, it’s already authorized against settings provided in the action of Google Cloud application. The container has mounted pipeline filesystem which contains pulled repository.
Action preview

Google Cloud CLI Action Features
- The field Run commands supports multiple commands (one per line), piping commands together, or splitting a single command into multiple lines with \ (backslash) at the end of each line
- The commands support Environment Variables
- The action supports conditional execution: it can be run on each execution, only if there are changes in the repository or specific paths since last execution or if an environment variable has a specific value