Removed workflow
This commit is contained in:
@ -1,15 +0,0 @@
|
|||||||
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
|
|
Reference in New Issue
Block a user