mikrotik-router-switch/.gitea/workflows/cron.yml
Yezzi Hsueh 10a1e64de1
All checks were successful
Create Scripts / Build (push) Successful in 14s
test
2024-12-12 01:50:12 +08:00

20 lines
412 B
YAML

name: Create Scripts
on:
push:
paths-ignore:
- "**.md"
schedule:
- cron: 0 5 * * *
jobs:
Build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Upload Artifact
uses: christopherhx/gitea-upload-artifact@v4
# uses: actions/upload-artifact@v3
with:
name: additional.txt
path: additional.txt