8000 oops · dimkr/tootik@d16bb96 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
1011F

oops

oops #1172

Workflow file for this run

name: ci
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 4'
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
version: 99.99.${{ github.run_number }}
0