Files
YT-builds/.github/workflows/github-codeberg.yml
Workflow config file is invalid. Please check your config file: yaml: line 3: mapping values are not allowed in this context
2025-02-22 10:41:52 +05:30

12 lines
335 B
YAML

on: [push]
...
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/driftywinds/yt-builds.git'
GIT_USERNAME: driftywinds
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}