From 7e6bd51e174a3f9e9260b2413b74e45e7d4ab3b5 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Wed, 17 Jun 2020 14:47:54 -0700 Subject: [PATCH] fix: Fixed faulty metadata for the send-tweet Action --- .github/actions/send-tweet/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/send-tweet/action.yml b/.github/actions/send-tweet/action.yml index 4e44908179..bb45748d4b 100644 --- a/.github/actions/send-tweet/action.yml +++ b/.github/actions/send-tweet/action.yml @@ -15,8 +15,8 @@ name: 'Send Tweet Action' description: 'Send Tweets from GitHub Actions workflows.' inputs: - repo: - status: Status (Tweet) to be posted + status: + description: Status (Tweet) to be posted required: true consumer-key: description: Consumer API key.