From 344275d0b153dd26e848a00b4bc8ec0be11857fc Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 23 Aug 2019 04:30:53 +0200 Subject: [PATCH] Nicer README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 92a0bc4..e0c2915 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ It runs on all operating systems types offered by GitHub. You must provide: - - `repo_token`: Usually you'll want to set this to `${{ secrets.GITHUB_TOKEN }}` - - `file`: A local file to be uploaded as the asset. - - `asset_name`: The name the file gets as an asset on a release. - - `tag`: The tag to uploaded into. If you want the current event's tag, use `${{ github.event.ref }}` - - `overwrite`: If an asset with name already exists, overwrite it. +- `repo_token`: Usually you'll want to set this to `${{ secrets.GITHUB_TOKEN }}` +- `file`: A local file to be uploaded as the asset. +- `asset_name`: The name the file gets as an asset on a release. +- `tag`: The tag to uploaded into. If you want the current event's tag, use `${{ github.event.ref }}` +- `overwrite`: If an asset with name already exists, overwrite it. ## Usage