Skip to content

Commit

Permalink
Added outputs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliyLitovskyiSecurrency committed Jul 20, 2021
1 parent 6db7d65 commit 0e878a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -40,3 +40,11 @@ For self-hosted runners behind a corporate proxy, set the https_proxy environmen
env:
https_proxy: http://<proxy_address>:<port>
```

### Action outputs

The following outputs can be set by action

- `number` - Number of the created pull request.
- `html_url` - URL of the created pull request.
- `created` - 'true' if pull request was successfully created, 'false' if pull request existed already.

0 comments on commit 0e878a9

Please sign in to comment.