Skip to content

Commit

Permalink
ci: Trying out Mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored Feb 13, 2024
1 parent 9a586e3 commit 7c8d784
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Mirror to Codeberg

on:
push:
branches: ['main']

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: mirror-repository
uses: spyoungtech/[email protected]
with:
REMOTE: 'https://codeberg.org/gxbs/aplos.git'
GIT_USERNAME: gxbs
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}

0 comments on commit 7c8d784

Please sign in to comment.