Skip to content

index

index #300

Workflow file for this run

name: index
on:
schedule:
- cron: '11 */7 * * *'
workflow_dispatch:
jobs:
index:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@main
- name: Use Websocket Action
uses: PowerShellWeb/Websocket@main
id: WebSocket