From 085c6969f18bad0de1b9f3fe6692a3cd01f64fe5 Mon Sep 17 00:00:00 2001 From: REDDY PRASAD Date: Thu, 11 Mar 2021 13:58:32 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README=20with=20new=20r?= =?UTF-8?q?epo=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5c07e3..98ad22d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Add following step to your workflow: with: delete_release: true # default: false tag_name: v0.1.0 # tag name to delete + repo: / # target repo (optional). defaults to repo running this action env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ```