Update and rename sync_clone_scripts_from_scf_github.yml to sync_clone_scripts_from_DoveBoy_github.yml

This commit is contained in:
lan-tianxiang
2021-03-30 00:08:39 +08:00
committed by GitHub
parent a3d12f2476
commit 281d0efb74

View File

@ -1,4 +1,4 @@
name: sync_clone_scripts_from_scf_github
name: sync_clone_scripts_from_DoveBoy_github
on:
workflow_dispatch:
schedule:
@ -20,7 +20,7 @@ jobs:
- name: Get Code
run: |
git clone -b master https://github.com/DoveBoy/scf.git scripts
git clone -b master https://github.com/DoveBoy/a.git scripts
- name: Push Code
uses: ad-m/github-push-action@master
with: