WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Create mirror-to-codeberg.yaml #1

Create mirror-to-codeberg.yaml

Create mirror-to-codeberg.yaml #1

# Sync repo to the Codeberg mirror
name: Repo sync GitHub -> Codeberg
on:
push:
branches:
- '**'
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: spyoungtech/[email protected]
with:
REMOTE: "https://codeberg.org/FredHappyface/LicenseCheck.git"
GIT_USERNAME: FredHappyface
GIT_PASSWORD: ${{ secrets.CODEBERG_PASSWORD }}