Skip to content

Merge pull request #263 from DJTusheniyTapochek/patch-1 #128

Merge pull request #263 from DJTusheniyTapochek/patch-1

Merge pull request #263 from DJTusheniyTapochek/patch-1 #128

Workflow file for this run

name: sync to codeberg
on:
push:
branches:
- main
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: push to codeberg
run: |
git remote add codeberg "https://${{ secrets.CODEBERG_PAT }}@codeberg.org/zenfyr/bootloader-unlock-wall-of-shame.git"
git push --mirror codeberg
env:
GIT_TERMINAL_PROMPT: 0