mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2024-11-25 13:20:56 -05:00
Update README.md
This commit is contained in:
parent
f91c5933c4
commit
eff73a48f7
1 changed files with 10 additions and 8 deletions
|
@ -5,7 +5,9 @@ Create any kind of HTTP Requests in your GitHub actions to trigger Tools like An
|
||||||
Example Usage:
|
Example Usage:
|
||||||
```
|
```
|
||||||
jobs:
|
jobs:
|
||||||
deployment
|
deployment:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
- name: Deploy Stage
|
- name: Deploy Stage
|
||||||
uses: fjogeleit/http-request-action@master
|
uses: fjogeleit/http-request-action@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue