mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
Create sync.yml
This commit is contained in:
parent
078523418a
commit
98cd946f05
17
.github/workflows/sync.yml
vendored
Normal file
17
.github/workflows/sync.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: sync with codeberg
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
sitemap_job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: sync
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: clone
|
||||||
|
run:
|
||||||
|
git clone https://github.com/hexahigh/games.git
|
||||||
|
git clone https://github.com/hexahigh/portfolio.git
|
||||||
|
git clone https://github.com/hexahigh/nodejs-hash-antivirus.git
|
||||||
Loading…
x
Reference in New Issue
Block a user