Testing things with workflow
All checks were successful
Push to Github / push-to-github (push) Successful in 5s

This commit is contained in:
2025-04-14 17:17:23 +02:00
parent ec51650135
commit 52879946af

View File

@ -8,6 +8,8 @@ jobs:
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: List files - name: Prepend README
run: | run: |
ls ${{ gitea.workspace }} 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