Skip to content

Commit

Permalink
Formatted example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiuri committed Jun 19, 2020
1 parent 6f5c87f commit 95cfdf3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ To test. Default `false`. PS: If true does not deploy

## :clipboard: Example usage

uses: claudiuri/deploy-gae-action@master
with:
service-account: ${{ secrets.SERVICE_ACCOUNT }}
project-id: ${{ secrets.PROJECT_ID }}
```yaml
- name: Deploy to Google App Engine
uses: claudiuri/deploy-gae-action@master
with:
service-account: ${{ secrets.SERVICE_ACCOUNT }}
project-id: ${{ secrets.PROJECT_ID }}
```
## :memo: License
Expand Down

0 comments on commit 95cfdf3

Please sign in to comment.