mirror of
https://github.com/taixingyiji/openit.git
synced 2025-10-28 18:02:33 +00:00
11 lines
181 B
YAML
11 lines
181 B
YAML
name: Clash
|
|
on:
|
|
workflow_dispatch:
|
|
jobs:
|
|
my-job:
|
|
name: sleep
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: curl
|
|
run: curl https://github.com/git-yusteven/openit
|