mirror of
https://github.com/dkershner6/post-api-call-action.git
synced 2024-11-15 15:43:51 +08:00
Merge branch 'master' of https://github.com/dkershner6/post-api-call-action
This commit is contained in:
commit
f8e7b229a8
@ -20,7 +20,7 @@ Optional: JSON string of headers to pass into request. Default `"{}"`.
|
|||||||
## Example usage
|
## Example usage
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
uses: dkershner6/post-api-call-action@v1.0.0
|
uses: dkershner6/post-api-call-action@v1
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.API_URL }}
|
url: ${{ secrets.API_URL }}
|
||||||
data: "{'command': 'publish'}"
|
data: "{'command': 'publish'}"
|
||||||
@ -30,4 +30,4 @@ with:
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Feel free to open issues or submit PRs.
|
Feel free to open issues or submit PRs.
|
||||||
|
Loading…
Reference in New Issue
Block a user