This commit is contained in:
Derek Kershner 2021-05-22 09:18:10 -07:00
commit f8e7b229a8

View File

@ -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'}"