From 9e5bcaa2dff0dadc1687e2da21b60eafe55dd625 Mon Sep 17 00:00:00 2001 From: Ryan The Date: Tue, 21 Jul 2020 19:31:01 +0800 Subject: [PATCH] Update description --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20f97af..7491442 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## About -This GitHub Action updates the README.md file of a repository to show latest activity from a GitHub user. +This GitHub Action updates your profile README.md to show your latest activity. ## Inputs diff --git a/action.yml b/action.yml index 77b3a18..1ed7bf7 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'github-update-readme' -description: 'Greet someone and record the time' +description: 'Update your profile README.md to show your latest activity.' inputs: header: description: 'The header of your README.md.'