Skip to content

Commit

Permalink
ci skip: mirror to Codeberg
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight authored Oct 5, 2024
1 parent 5926dad commit 89b1644
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ on:
branches: [ main ]

jobs:
codeberg:
name: Codeberg
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Mirror to Codeberg
uses: yesolutions/mirror-action@master
with:
REMOTE: "https://codeberg.org/flowerinthenight/spindle.git"
GIT_USERNAME: flowerinthenight
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}

build:
name: Build
if: "!contains(github.event.commits[0].message, 'ci skip')"
Expand Down

0 comments on commit 89b1644

Please sign in to comment.