Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1 from francisfuzz/missing-backtick
Docs: update README to include a closing backtick
  • Loading branch information
Thomas Hughes authored and GitHub committed Oct 11, 2019
2 parents 8d93430 + 05bdca6 commit 0cd8e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ For more information on these outputs, see the [API Documentation](https://devel

- `id`: The release ID
- `html_url`: The URL users can navigate to in order to view the release. i.e. `https://github.com/octocat/Hello-World/releases/v1.0.0`
- `upload_url`: The URL for uploading assets to the release, which could be used by GitHub Actions for additional uses, for example the [`@actions/upload-release-asset](https://www.github.com/actions/upload-release-asset) GitHub Action
- `upload_url`: The URL for uploading assets to the release, which could be used by GitHub Actions for additional uses, for example the [`@actions/upload-release-asset`](https://www.github.com/actions/upload-release-asset) GitHub Action

### Example workflow - create a release
On every `push` to a tag matching the pattern `v*`, [create a release](https://developer.github.com/v3/repos/releases/#create-a-release):
Expand Down

0 comments on commit 0cd8e92

Please sign in to comment.