mirror of
https://github.com/kbenestad/reimburse.git
synced 2026-06-18 08:04:31 +00:00
13 lines
350 B
YAML
13 lines
350 B
YAML
on: [push]
|
|
jobs:
|
|
mirror:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: 0
|
|
- uses: yesolutions/mirror-action@master
|
|
with:
|
|
REMOTE: 'https://codeberg.org/reimburse/reimburse.git'
|
|
GIT_USERNAME: kbenestad
|
|
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
|