summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-08-06 20:51:22 +0200
committerGitHub <noreply@github.com>2026-08-06 20:51:22 +0200
commit2938c37d13adfce6e9e0ee6bb417a6a5efb20cef (patch)
tree86cde64a2d947737346e14db7a650e7a5f6b0af0
parent31e4161c121b10dca90b5f1dfe385daf7ce907b5 (diff)
Delete .github/workflows directory
-rw-r--r--.github/workflows/mirror.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml
deleted file mode 100644
index 46d0ecb..0000000
--- a/.github/workflows/mirror.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: mirror to codeberg
-on: [push, delete, create]
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- with:
- fetch-depth: 0
- - uses: pixta-dev/repository-mirroring-action@v1
- with:
- target_repo_url: git@codeberg.org:caley/dotfiles.git
- ssh_private_key: ${{ secrets.ssh_private_key }}
- ssh_known_hosts: codeberg.org