Update README.md

This commit is contained in:
Adam Dobrawy 2019-08-24 13:10:18 +02:00 committed by GitHub
parent ce10491e66
commit 02a1c3b8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,13 @@ An example workflow to authenticate with Google Cloud Platform:
```yaml ```yaml
jobs: jobs:
build: build:
runs-on: ubuntu-16.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
... ...
- run: npm install - run: |
- uses: actions/checkout@master ...
- uses: ad-m/git-push-action@master
``` ```
Subsequent actions in the workflow will then be able to use `gcloud` as that user ([see `cli` for examples](/cli)). Subsequent actions in the workflow will then be able to use `gcloud` as that user ([see `cli` for examples](/cli)).