Skip to content

Commit

Permalink
made some fixes and added new methods and documented them
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthShyniben committed Mar 22, 2021
1 parent f0e9d42 commit 3fe0b7a
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 67 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ The tags will automagically get filled with the specified stats. <u>**_This give
* `<td-mdst>`: The day on which your longest Todoist daily streak has ended
* `<td-mwsc>`: The length of your longest weekly streak
* `<td-mwsf>`: The day on which your longest Todoist weekly streak has started
* `<td-mwst>`: The day on which your longest Todoist daily streak has ended (most of the time this will be this week or last week)
* `<td-mwst>`: The day on which your longest Todoist daily streak has ended
* `<td-ka>`: A list showing your Todoist Karma activity
* _More coming soon..._


Expand Down
5 changes: 0 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ inputs:
description: 'Your GitHub username'
default: ${{ github.repository_owner }}
required: false

PREMIUM:
description: 'Premium User or Not'
default: false
required: false

runs:
using: "node12"
Expand Down
Loading

0 comments on commit 3fe0b7a

Please sign in to comment.