From 44bfc8c7706bd16095375dae566c2eaf2a223732 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 23 Aug 2019 05:49:27 +0200 Subject: [PATCH] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e1806a..f8e2c6b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You must provide: - `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. +- `overwrite`: If an asset with the same name already exists, overwrite it. ## Usage