From 749e2dcbc6735ce0c36e1dbbb660618cd7b5f91c Mon Sep 17 00:00:00 2001 From: Joel Male Date: Thu, 17 Oct 2019 13:08:05 +1000 Subject: [PATCH] Doc updates (Issue: #6) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3892edce..197055bf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ Sending a string: uses: joelwmale/webhook-action@master env: WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }} - with: data: "Hello from github actions!" ``` @@ -29,13 +28,12 @@ Sending a body of data: uses: joelwmale/webhook-action@master env: WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }} - with: data: "{'deployment': 'finished', 'project': 'actions'}" ``` It is **highly** recommended to use the action is an explicit commit SHA-1: -`uses = "joelwmale/webhook-action@master@{SHA-1}"` to find a commit click here: https://github.com/joelwmale/webhook-action/commits/master +`uses = "joelwmale/webhook-action@{SHA-1}"` to find a commit click here: https://github.com/joelwmale/webhook-action/commits/master ### Arguments