Skip to content

Commit 79e61ed

Browse files
authored
fix: Fixed faulty metadata for the send-tweet Action (#908)
1 parent ebd5677 commit 79e61ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/send-tweet/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
name: 'Send Tweet Action'
1616
description: 'Send Tweets from GitHub Actions workflows.'
1717
inputs:
18-
repo:
19-
status: Status (Tweet) to be posted
18+
status:
19+
description: Status (Tweet) to be posted
2020
required: true
2121
consumer-key:
2222
description: Consumer API key.

0 commit comments

Comments
 (0)