1

Delete .github/workflows/main.yml

Signed-off-by: Valentin Popov <valentin@popov.link>
This commit is contained in:
2025-12-03 05:02:37 +04:00
parent 47cdd8eabd
commit 015b7e5a12

View File

@@ -1,17 +0,0 @@
name: Workflow
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.popov.link/gentoo-overlay.git'
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}