Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestguice committed Mar 18, 2024
2 parents 18eb8ed + 22d67de commit 35171b8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Mirror to Codeberg

on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/forrestguice/suntimes.git'
GIT_USERNAME: forrestguice
GIT_PASSWORD: ${{ secrets.CB_GIT_PASSWORD }}

0 comments on commit 35171b8

Please sign in to comment.