From 3ca72e577993ff7384dbfcccebc25825ea7476df Mon Sep 17 00:00:00 2001 From: JD Solanki <47495003+jd-solanki@users.noreply.github.com> Date: Fri, 3 Feb 2023 05:34:19 +0530 Subject: [PATCH] docs: README updated (#29) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0242e61..ea1021a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Read file contents. ```yaml steps: + - name: Checkout repository + uses: actions/checkout@v3 - name: Read package.json id: package uses: juliangruber/read-file-action@v1