Skip to content

Auto Re-build

Auto Re-build #13706

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Auto Re-build
on:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run a one-line script
run: curl -X POST ${{ secrets.HOOKS }}