From eedc998b338d8e811be96284bac02525913d8de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andi=20B=C3=BCchler?= Date: Mon, 20 Jan 2025 08:58:11 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6950273..b6cc5f4 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ inputs: description: | PyPi Target. Use this to point to private or test locations. Default https://pypi.org - defualt: 'https://pypi.org' + default: 'https://pypi.org' github_token: description: 'GITHUB_TOKEN' default: '${{ github.token }}'