From d80eb2cf47c3f91b87d50d4072c9e6ef8ebb82c5 Mon Sep 17 00:00:00 2001 From: Shariq Torres Date: Wed, 5 Jan 2022 14:43:31 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3150626..8fe2497 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,17 @@ ## Purpose - This Github Action was made mainly serve the repo for Samuel Log Jackson, thoug you can use it for your repo as well, if you are a big fan of Samuel L. Jackson. + This Github Action was made mainly to serve the repo for Samuel Log Jackson, though you can use it for your repo, if you are a big fan of Samuel L. Jackson ## Usage You can add the action to your Action YAML file like so: - ` + ``` - uses: lob/action_sam_jackson with: message: '' token: ${{secrets.GITHUB_TOKEN}} -` +``` Both the `message` and the `token` parameters are required.