Skip to content

Fetch updown.io checks

Actions
Fetch checks from https://updown.io API
v0.1.0
Latest
Star (2)

updownio-action

units-test

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.

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

Fetch updown.io checks is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Fetch checks from https://updown.io API
v0.1.0
Latest

Fetch updown.io checks is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.