Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MTES-MCT/updownio-action
Fetch updown.io checks from API and report results as JSON.
https://github.com/MTES-MCT/updownio-action
Last synced: 4 months ago
JSON representation
Fetch updown.io checks from API and report results as JSON.
- Host: GitHub
- URL: https://github.com/MTES-MCT/updownio-action
- Owner: MTES-MCT
- License: mit
- Created: 2021-04-05T13:06:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T22:07:12.000Z (over 1 year ago)
- Last Synced: 2024-08-05T20:03:47.951Z (4 months ago)
- Language: JavaScript
- Size: 821 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# updownio-action
[![units-test](https://github.com/MTES-MCT/updownio-action/actions/workflows/test.yml/badge.svg)](https://github.com/MTES-MCT/updownio-action/actions/workflows/test.yml)
Github action that fetches updown.io checks from API and report results as JSON.
## Usage
First, you need to store your updown.io read-only api key in repo secrets as `UPDOWNIO_API_KEY`.
```yaml
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: "MTES-MCT/updownio-action@main"
with:
apiKey: ${{ secrets.UPDOWNIO_API_KEY }}
url: http://www.dossierfacile.fr
output: updownio.json
```