From 98cd946f057610a72fbc5109d6927ad21f78ca12 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:41:01 +0100 Subject: [PATCH] Create sync.yml --- .github/workflows/sync.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/sync.yml diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml new file mode 100644 index 0000000..a2bdc62 --- /dev/null +++ b/.github/workflows/sync.yml @@ -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