Skip to content

Merge pull request #839 from jamesliu96/master #74

Merge pull request #839 from jamesliu96/master

Merge pull request #839 from jamesliu96/master #74

Workflow file for this run

name: Mirror to Codeberg
on:
workflow_dispatch:
push:
branches:
- master
- pages
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 }}