Files
Chronolock/.gitea/workflows/mirror.yaml
Luna 52879946af
All checks were successful
Push to Github / push-to-github (push) Successful in 5s
Testing things with workflow
2025-04-14 17:17:23 +02:00

16 lines
439 B
YAML

name: Push to Github
run-name: ${{ gitea.actor }} is pushing repo to Github
on: [push]
jobs:
push-to-github:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Prepend README
run: |
cat README.md
echo -e "THIS REPO IS A MIRROR OF https://git.gliroid.com/Pupyrinth/Chronolock!\n\n$(cat README.md)" > README.md
cat README.md