11 lines
198 B
YAML
11 lines
198 B
YAML
name: Mirror to GitHub
|
|
run-name: Mirror to GitHub
|
|
on: [push]
|
|
|
|
jobs:
|
|
build-and-push:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: https://gitea.scubbo.org/scubbo/commit-report-sync@dev
|
|
|