mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2026-02-04 16:45:52 +08:00
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user