Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Jan 21, 2022
1 parent 4b1608b commit 1ce0c95
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
# Wait-for-isanteplus Github Action

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.
# Wait-for-OpenMRS Github Action

This action waits for both the FHIR and REST endpoints of an OpenMRS instance to be available.
## Inputs

## `target-url`
Where OpenMRS is running, (e.g.) `http://isanteplus:8080/openmrs`

**Required**

## `interval`
The interval between checking OpenMRS status, in seconds.

**Required**
## `timeout`

The amount of time to try to connect before timing out, in seconds.
**Required**
## Example usage

```yml
uses: actions/action-wait-for-isanteplus@v1
with:
target-url: http://localhost:8080/openmrs
timeout: 1000
interval: 10
interval: 10
```

0 comments on commit 1ce0c95

Please sign in to comment.