[actions] 🗒️ Updated Summary
Ping websites at regular intervals using just GitHub Actions!
A scheduled GitHub action runs every 5 minutes that pings all the urls after which the summary is rendered. It’s that simple!
config.yml
config.defaults
object
false
config.defaults.method
get | delete | head | options | post | put | patch
config.defaults.headers
Record<string, string>
config.entities
object[]
true
config.entities[].url
string
config.entities[].method
config.entities[].headers
License - MIT
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
🛸 Web Status Monitor
Ping websites at regular intervals using just GitHub Actions!
🤔 How does it work?
A scheduled GitHub action runs every 5 minutes that pings all the urls after which the summary is rendered. It’s that simple!
🚀 Setting up
config.yml❔ Documentation
Configuration
config.defaultsobjectfalseconfig.defaults.methodget | delete | head | options | post | put | patchfalseconfig.defaults.headersRecord<string, string>falseconfig.entitiesobject[]trueconfig.entities[].urlstringtrueconfig.entities[].methodget | delete | head | options | post | put | patchfalseconfig.entities[].headersRecord<string, string>false📃 License
License - MIT