18 lines
340 B
YAML
18 lines
340 B
YAML
name: Mirror to GitHub
|
|
run-name: Mirror to GitHub
|
|
on: [push]
|
|
|
|
jobs:
|
|
build-and-push:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: |
|
|
echo "DEBUGGING"
|
|
pwd
|
|
echo ""
|
|
ls
|
|
echo ""
|
|
find /var/run/act/actions/
|
|
- uses: https://gitea.scubbo.org/scubbo/commit-report-sync@dev
|
|
|