0
mirror of https://github.com/valentineus/go-metatrader4.git synced 2025-08-12 01:16:40 +03:00

Deleted old GitHub Actions

This commit is contained in:
2025-08-11 10:58:23 +00:00
parent 61f75d0f7b
commit e073e69756

View File

@@ -1,25 +0,0 @@
name: Mirror
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Mirror to remote repository
uses: yesolutions/mirror-action@master
with:
REMOTE: "https://git.popov.link/go-metatrader4.git"
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}