invoice/.github/workflows/mirror.yml
Workflow config file is invalid. Please check your config file: yaml: line 5: could not find expected ':'

13 lines
355 B
YAML

on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:reimburse
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/invoice/invoice.git'
GIT_USERNAME: kbenestad
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}