From 09e63af6449721e10655a71e8f5d796c7af0b5c0 Mon Sep 17 00:00:00 2001 From: Derek Kershner <25798427+dkershner6@users.noreply.github.com> Date: Fri, 21 May 2021 15:26:03 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f46b8fe..ce7535a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Optional: JSON string of headers to pass into request. Default `"{}"`. ## Example usage ```yaml -uses: dkershner6/post-api-call-action@v1.0.0 +uses: dkershner6/post-api-call-action@v1 with: url: ${{ secrets.API_URL }} data: "{'command': 'publish'}" @@ -30,4 +30,4 @@ with: ## Contributing -Feel free to open issues or submit PRs. \ No newline at end of file +Feel free to open issues or submit PRs.