Skip to content

Update .gitignore to upload usb.ids, which is required to build the f… #70

Update .gitignore to upload usb.ids, which is required to build the f…

Update .gitignore to upload usb.ids, which is required to build the f… #70

Workflow file for this run

# Sync repo to the Codeberg mirror
name: Repo sync GitHub -> Codeberg
on:
push:
branches:
- '**'
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@v0.7.0
with:
REMOTE: "https://codeberg.org/ethical_haquer/Galaxy-Flasher.git"
GIT_USERNAME: ethical_haquer
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}